/* Inter font - system font stack fallback for offline use.
   Replace the @font-face blocks below with actual Inter WOFF2 files
   when deploying with full internet access, or serve from a CDN.
   Reference: https://rsms.me/inter/ */

:root {
  --font-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont,
    'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

body {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
