/* 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");
}

/* Estate Editorial template family (2026-07-25 — owner-supplied DESIGN.md,
   "Estate Editorial"): EB Garamond (headlines/display), DM Sans (body),
   Hanken Grotesk (letterspaced caps labels + metadata). Google Fonts, OFL
   1.1, latin subset, one variable-weight file per family — same fetched-at-
   build-time, self-hosted pattern as every family above. Only the property
   templates (public/templates/*.css) reference these names, so no other
   public page ever downloads them. */

@font-face {
  font-family: "EB Garamond";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/public/fonts/ebgaramond/ebgaramond-variable.woff2") format("woff2-variations");
}

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

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

/* Archive split-hero rebuild (2026-07-29 — owner reference "Elite Estates"
   split-screen page): Playfair Display (display serif) + Inter (body/labels).
   Google Fonts, OFL 1.1, latin subset, one variable-weight file per family —
   same self-hosted pattern as every family above. Referenced only by
   public/templates/archive.css. */

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

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

/* Meridian "Luxe Estate" rebuild (2026-07-30 — owner reference #3, built on
   the Heritage Estates DESIGN.md): Source Serif 4 display serif. Same
   OFL/latin-subset/self-hosted pattern; referenced only by
   public/templates/meridian.css (Inter above is shared with Archive). */

@font-face {
  font-family: "Source Serif 4";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/public/fonts/sourceserif4/sourceserif4-variable.woff2") format("woff2-variations");
}
