/* ============================================================
   WALKER — FONTS
   Display: Cormorant Garamond (high-contrast heritage serif)
   Text/UI: Hanken Grotesk (warm humanist grotesque)
   Loaded from Google Fonts. See readme.md "Fonts" caveat:
   self-host the .woff2 binaries for production / offline use.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Cormorant+SC:wght@500;600;700&family=Hanken+Grotesk:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* DOVES TYPE — the family display font (Text cut, single roman weight;
   no bold or italic — those fall back to Cormorant). */
@font-face {
  font-family: 'Doves Type';
  src: url('../assets/fonts/DovesType-Text.otf') format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
