/* Self-hosted variable fonts for Nightscape — CSP-clean (no Google Fonts CDN). */
/* Variable fonts: weight axis covers 100–900, so 300/400/500 all in one woff2. */

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("./fraunces-vf.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url("./inter-tight-vf.woff2") format("woff2-variations");
}
