/* ==========================================================================
   Wintree Design System — Webfonts
   --------------------------------------------------------------------------
   Display: Waldenburg Light @300 (licensed, NOT bundled). The --font-display
            token points at 'Waldenburg'; until the licensed .woff2 files are
            uploaded it falls back to a system serif (Georgia → Times). When
            you have the files, add @font-face rules for 'Waldenburg' below.
   Body:    Inter (the real family Wintree ships) — loaded from Google Fonts.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

/* When Waldenburg files arrive, declare them here, e.g.:
   @font-face {
     font-family: 'Waldenburg';
     src: url('../assets/fonts/Waldenburg-Light.woff2') format('woff2');
     font-weight: 300; font-style: normal; font-display: swap;
   }
*/
