/* Self-hosted OFL 1.1 webfonts — Archivo + Fraunces (Google Fonts, latin subset only).
   Fetched at build time; see docs/designpowers/design/tokens.css for the --font-* variables
   that reference these family names. font-display: swap everywhere (Task 1 a11y check). */

@font-face {
  font-family: "Archivo";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/archivo/archivo-500italic.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/public/fonts/archivo/archivo-400.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/archivo/archivo-500.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/public/fonts/archivo/archivo-600.woff2") format("woff2");
}

@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/public/fonts/archivo/archivo-700.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/public/fonts/fraunces/fraunces-500italic.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/public/fonts/fraunces/fraunces-600italic.woff2") format("woff2");
}

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

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

/* Geist (Vercel, OFL 1.1 — license at /public/fonts/geist/OFL.txt) — the
   Obsidian marketing theme's single family (2026-07-16 rebrand). Variable
   weight axis 100–900 in one file per style; only pages that reference
   --font-* families mapped to Geist ever download it. */

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/public/fonts/geist/geist-variable.woff2") format("woff2-variations");
}

@font-face {
  font-family: "Geist";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/public/fonts/geist/geist-italic-variable.woff2") format("woff2-variations");
}
