/* ============================================================
 * The Getaway Club — Brand Fonts (per Raghav 19 May 2026)
 *   Primary  : Clash Grotesk / Clash Display (Fontshare)
 *   Secondary: Caveat (Marydale alt)
 *   Tertiary : Big Shoulders Display Italic (Alkaline alt)
 * ============================================================ */
@import url('https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,500,600,700&f[]=clash-display@400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:ital,wght@0,400;0,500;0,600;0,700&family=Caveat:wght@500;600;700&display=swap');

body{font-family:'Clash Grotesk','Inter',system-ui,-apple-system,sans-serif}
h1,h2,h3,h4,h5{font-family:'Clash Display','Clash Grotesk','Playfair Display',Georgia,serif;font-weight:600;letter-spacing:-.01em}
/* Logo wordmark — leave as original brand styling (Playfair Display) — do not override */
.script,.caveat{font-family:'Caveat',cursive;font-weight:600}
.brand-tagline,.foot-tagline,.page-eyebrow,.hero-eyebrow{font-family:'Big Shoulders Display','Clash Grotesk',sans-serif;font-style:italic;font-weight:500;letter-spacing:2.5px;text-transform:uppercase}
