/* ============================================================
   Grabstein's Bagels — Webfonts
   ------------------------------------------------------------
   The brand guide specifies:
     • Display / Headlines : DIN Condensed Bold
     • Body / Secondary    : Helvetica Neue Regular
     • Logo / Accent script: custom hand-lettered brush script
     • Handwritten notes   : casual marker hand

   DIN Condensed and the custom logo script are NOT free webfonts,
   so this system ships the closest Google Fonts substitutes:
     • DIN Condensed Bold  -> Oswald            (condensed grotesque)
     • Helvetica Neue      -> system Helvetica Neue / Arial stack
     • Logo brush script   -> Yellowtail        (brush script)
     • Handwritten notes   -> Caveat            (marker hand)
   Replace with licensed font files when available — see readme.md.
   @import must lead the file (before any other CSS rule).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Permanent+Marker&family=Yellowtail&display=swap');
