/* ------------------------------------------------------------------
   the_reason — self-hosted fonts
   Same font files the Framer build served (framerusercontent / gstatic),
   copied into /assets/fonts so the site has no runtime dependency on Framer.

   Custom / commercial faces (make sure your licence covers self-hosting):
     - Copyright Public Type Variable  (logotype + bold display words)
     - PP Kyoto Light / Medium         (serif display)
     - Yamantaka Test Thin             (the word "Every" in the hero)
   Open faces:
     - Mona Sans Variable (headings), Inter Variable (interface text), Geist Mono (labels)
   ------------------------------------------------------------------ */

@font-face {
  font-family: "Copyright Public Type Variable";
  src: url("../fonts/copyright-public-type-var.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Kyoto Light";
  src: url("../fonts/pp-kyoto-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PP Kyoto Medium";
  src: url("../fonts/pp-kyoto-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Yamantaka Test Thin";
  src: url("../fonts/yamantaka-thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Variable";
  src: url("../fonts/inter-var-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Mona Sans Variable";
  src: url("../fonts/mona-sans-var.woff2") format("woff2");
  font-weight: 200 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Geist Mono";
  src: url("../fonts/geist-mono-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
