/**
 * Self-hosted fonts — no external requests
 *
 * Sora (display/headings — LOCKED, Oscar 2026-08-19)
 * Manrope (backup display)
 * Public Sans (body — LOCKED)
 *
 * woff2 variable fonts in /static/fonts/
 */

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-VariableFont.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sora";
  src: url("../fonts/Sora-VariableFont.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-VariableFont.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
