@font-face {
  font-family: 'Geist Sans';
  src: url('../fonts/geist-sans/Geist-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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