/* ============================================================
   Chef Cut — Fonts
   ------------------------------------------------------------
   The Chef Cut brand uses four licensed typefaces:
     • PP Formula SemiCondensed ExtraBold  (display headlines)
     • Berlingske Serif                    (eyebrows / subheads)
     • Inter                               (body copy)
     • Bethany Avenue                      (handwritten accents)

   Only Inter is freely available. The other three are commercial
   and are NOT bundled here. We substitute the closest Google Fonts
   matches so the system renders faithfully out of the box:
     • PP Formula SemiCondensed  →  Saira SemiCondensed (800)
     • Berlingske Serif          →  Newsreader (500/600)
     • Bethany Avenue            →  Alex Brush (flowing signature script)
   If you have the licensed webfonts, drop the .woff2 files in
   assets/fonts/ and replace the @import below with @font-face rules.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Saira+SemiCondensed:wght@500;600;700;800;900&family=Newsreader:ital,opsz,wght@0,6..72,400;0,6..72,500;0,6..72,600;1,6..72,400&family=Inter:wght@300;400;500;600;700;800&family=Alex+Brush&display=swap');
