/* Aksonance — self-hosted fonts (GDPR-safe).
   Real font files served from this folder; the browser never contacts
   fonts.googleapis.com or fonts.gstatic.com, so no visitor IP is sent to Google.
   Fonts: Archivo & Figtree (SIL OFL 1.1), IBM Plex Mono (SIL OFL 1.1).
   License texts in assets/fonts/OFL-*.txt */

/* Archivo — variable (weight 400–900, width 62–125%) → display */
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url("assets/fonts/Archivo-Variable.ttf") format("truetype-variations");
}

/* Figtree — variable (weight 300–900) → body */
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("assets/fonts/Figtree-Variable.ttf") format("truetype-variations");
}

/* IBM Plex Mono — static → eyebrows, labels, metadata */
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/IBMPlexMono-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/IBMPlexMono-Medium.ttf") format("truetype");
}
