/* ───────────────────────────────────────────────────────────────
   FONTS — Luca Como Design System
   Two families, both served from Google Fonts:
   · Playfair Display — editorial serif for display & emphasis
   · Inter — neutral grotesque for body, UI, eyebrows
   The @import below pulls Google's @font-face declarations into the
   styles.css closure so consumers get the webfonts automatically.
   ─────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500&display=swap');
