/* Kitewise self-hosted fonts — single source, linked by every page.
 *
 * Figtree (display) + Atkinson Hyperlegible (body). Both SIL Open Font License
 * 1.1; license text lives in /shared/fonts/LICENSE-figtree.txt and
 * LICENSE-atkinson.txt. Self-hosted on purpose: nothing loads from a third
 * party, so the kit's promise ("everything stays on your device") holds, and
 * there is no render-blocking round-trip to Google. Atkinson is the
 * accessibility bloodline (ADR 0008) and stays.
 *
 * Paths are absolute from the served root (site/), so this one file resolves
 * from both the top-level pages and the tool subdirectories.
 */

/* Figtree — headlines + buttons, weights 600–800 */
@font-face{font-family:'Figtree';font-style:normal;font-weight:600;font-display:swap;src:url('/shared/fonts/figtree-600.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:700;font-display:swap;src:url('/shared/fonts/figtree-700.woff2') format('woff2');}
@font-face{font-family:'Figtree';font-style:normal;font-weight:800;font-display:swap;src:url('/shared/fonts/figtree-800.woff2') format('woff2');}

/* Atkinson Hyperlegible — everything people read, 400/700 + 400 italic */
@font-face{font-family:'Atkinson Hyperlegible';font-style:normal;font-weight:400;font-display:swap;src:url('/shared/fonts/atkinson-400.woff2') format('woff2');}
@font-face{font-family:'Atkinson Hyperlegible';font-style:normal;font-weight:700;font-display:swap;src:url('/shared/fonts/atkinson-700.woff2') format('woff2');}
@font-face{font-family:'Atkinson Hyperlegible';font-style:italic;font-weight:400;font-display:swap;src:url('/shared/fonts/atkinson-400-italic.woff2') format('woff2');}
