/* =====================================================================
   naked · Fonts
   Drop the real font files into /assets/fonts and these @font-face rules
   pick them up automatically. Until then, the fallbacks in tokens.css
   keep the layout intact.

   Expected files (rename yours to match, .woff2 preferred):
     assets/fonts/SerialBlur-Medium.woff2   → "Serial Blur"
     assets/fonts/NakedSketch-Regular.woff2 → "NAKED Sketch"
     assets/fonts/Geist-Regular.woff2       → "Geist"  (open-source, SIL OFL)

   .woff2 is smallest/fastest. If you only have .otf/.ttf, change the
   url()/format() below to match (format("opentype") or format("truetype")).
   ===================================================================== */

/* Variable font — one file covers the whole weight axis (wght 80–200). */
@font-face {
  font-family: "Serial Blur";
  src: url("../assets/fonts/SerialBlur-VF.woff2") format("woff2");
  font-weight: 80 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NAKED Sketch";
  src: url("../assets/fonts/NakedSketch-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
