/* ===========================================================================
   Ashby Lumber — Webfonts
   ---------------------------------------------------------------------------
   Brand spec calls for:
     • Breakers Slab  → headlines  (NOT on Google Fonts — substituted, see note)
     • Arial          → body       (system font, no webfont needed)
     • Kaushan Script → 1–2 word accents only
   ---------------------------------------------------------------------------
   SUBSTITUTION NOTE: "Breakers Slab" is a licensed retail face and is not
   freely hostable. We ship "Zilla Slab" (Bold/700) as the nearest open match:
   a sturdy, slightly humanist slab with the same heritage, field-guide weight.
   Replace with licensed Breakers Slab webfont files when available — just swap
   the @font-face below and keep the --font-display token pointing at it.
   =========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@400;500;600;700&family=Kaushan+Script&display=swap');
