/* =========================================================================
   ELEVATY — self-hosted interface face (M-LILAC.1)

   Plus Jakarta Sans, the accepted Lilac interface/heading face, as ONE variable
   TTF (weights 200–800) copied from the design reference together with its OFL
   licence (fonts/PlusJakartaSans-OFL.txt). Self-hosted so the workspace does not
   depend on a third-party font host for the face every screen is set in; the
   monospace face still comes from Google Fonts and falls back to the system
   monospace stack, which is why it is not declared here.

   The ARTICLE body is untouched by this file: the rendered article carries the
   plugin's own stylesheet and fonts (assets/article-output, /static/elv/…).
   ========================================================================= */
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/static/fonts/plusjakartasans-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
