/* Space Grotesk */
@font-face {
  font-family: 'Space Grotesk';
  src: url('/static/fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* Hanken Grotesk */
@font-face {
  font-family: 'Hanken Grotesk';
  src: url('/static/fonts/Hanken_Grotesk/HankenGrotesk-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* JetBrains Mono */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/static/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-space: 'Space Grotesk';
  --font-hanken: 'Hanken Grotesk';
  --font-mono: 'JetBrains Mono';
}