/* ============================================================
   FONT FACES — Urbanist (primary) with Inter (fallback)
   Loaded from Google Fonts. No local binaries were provided;
   see readme.md "Visual Foundations > Typography" for detail.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,600&family=Inter:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --font-display: 'Urbanist', 'Inter', -apple-system, sans-serif;
  --font-body: 'Urbanist', 'Inter', -apple-system, sans-serif;
  --font-fallback: 'Inter', -apple-system, sans-serif;
}
