/* ============================================================
   AURELLE LIGHTING CARE — self-hosted webfonts
   ------------------------------------------------------------
   Exactly the same three families the original site requested
   from Google Fonts (Fraunces · Inter · Space Mono), bundled
   with the theme so they ALWAYS load — independent of network
   conditions, Google CDN availability, Content-Security-Policy,
   or the many privacy / performance plugins that block or defer
   external Google Fonts requests. No visual change: same fonts,
   same weights, same optical sizing.

   Fraunces & Inter are variable fonts (the design uses non-integer
   weights such as 330/340/350/360, which require the variable
   axis). font-optical-sizing:auto in the main stylesheet drives
   Fraunces' `opsz` axis exactly as the Google-hosted version did.

   Fonts © their authors, licensed under the SIL Open Font License
   1.1 — see OFL.txt in this folder.
   ============================================================ */

/* ---- Fraunces (display) — variable, roman ---- */
@font-face {
  font-family: "Fraunces";
  src: url("Fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/* ---- Fraunces (display) — variable, italic ---- */
@font-face {
  font-family: "Fraunces";
  src: url("Fraunces-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-stretch: normal;
  font-display: swap;
}

/* ---- Inter (body) — variable, roman ---- */
@font-face {
  font-family: "Inter";
  src: url("Inter.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ---- Space Mono (data / labels) — 400 + 700 ---- */
@font-face {
  font-family: "Space Mono";
  src: url("SpaceMono-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Space Mono";
  src: url("SpaceMono-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
