/* Motion GTM Workspace — Fonts
   Using Inter from Google Fonts.
   ⚠ SUBSTITUTION: Replace with proprietary Motion font files when available.
   Request updated .woff2 files from the Motion brand team. */

@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,300..900&display=swap');

@font-face {
  font-family: 'Cascadia Code';
  src: url('../assets/fonts/CascadiaCode-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cascadia Code';
  src: url('../assets/fonts/CascadiaCode-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-sans: 'Inter', ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono: 'Cascadia Code', ui-monospace, 'Source Code Pro',
    Menlo, Consolas, monospace;
}
