/* fonts.css - self-hosted @font-face declarations
 *
 * CREATED 2026-08-15. This file did not exist; the child theme functions.php
 * enqueues it but the declarations lived inside styles.css.
 *
 * Lives in assets/fonts/ alongside the .woff2 files, so every src path is a
 * bare filename.
 *
 * Archivo is a VARIABLE font: font-weight 100 900, font-stretch 62% 125%.
 * The condensed-italic emphasis device depends on that width axis. A static
 * Archivo renders ordinary italic and the device is silently lost.
 */

@font-face{font-family:"Anton";font-style:normal;font-weight:400;font-display:swap;src:url("anton-latin-400.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

@font-face{font-family:"Archivo";font-style:normal;font-weight:100 900;font-stretch:62% 125%;font-display:swap;src:url("archivo-latin-var.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

@font-face{font-family:"Archivo";font-style:italic;font-weight:100 900;font-stretch:62% 125%;font-display:swap;src:url("archivo-latin-var-italic.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}


/* ---------------------------------------------------------------------------
 * SPACE GROTESK - DECLARATIONS READY, FONT FILES NOT SUPPLIED
 *
 * BLOCKER: space-grotesk-{400,500,600,700}.woff2 do NOT exist in this bundle.
 * The source pages load Space Grotesk from fonts.googleapis.com. Ruling 5.10
 * requires self-hosting to remove the render-blocking third-party request.
 *
 * Download the four weights as woff2 into this directory, then these rules
 * work as written. Until then they fail silently and Archivo renders instead.
 *
 * Enqueue CONDITIONALLY - index, about, for-organizations, get-help ONLY.
 * contact and story deliberately do NOT load it and must render Archivo.
 * --------------------------------------------------------------------------- */

@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:400;font-display:swap;src:url("space-grotesk-400.woff2") format("woff2")}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:500;font-display:swap;src:url("space-grotesk-500.woff2") format("woff2")}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:600;font-display:swap;src:url("space-grotesk-600.woff2") format("woff2")}
@font-face{font-family:"Space Grotesk";font-style:normal;font-weight:700;font-display:swap;src:url("space-grotesk-700.woff2") format("woff2")}
