/* ============================================================
   Reality Breaker — Webfonts
   Self-hosted variable fonts (latin subset).
   Fraunces  : storybook serif, optical-size variable (headlines)
   Inter     : neutral grotesque (body / UI)
   ============================================================ */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../assets/fonts/fraunces-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
}
