/**
 * Fonts.
 * -----------------------------------------------------------------------
 * Reference site typography looks like a serif display face for headings
 * (editorial "Style That Speaks" / "The Royal White" treatment) paired
 * with a clean grotesque for body/UI. Using Playfair Display + Jost as
 * best-effort stand-ins via Google Fonts CDN for now.
 *
 * ⚠️ Swap this file for local @font-face declarations once you confirm
 * the real typeface names/licenses — self-hosting avoids the extra
 * DNS/connection hop and is better for Core Web Vitals.
 */

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