/* Original, self-hosted webfonts. Licenses are retained alongside the files. */
@font-face {
  font-family: 'Cabinet Grotesk'; font-style: normal; font-weight: 100 900;
  font-display: swap; src: url('fonts/cabinet-grotesk-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Satoshi'; font-style: normal; font-weight: 300 900;
  font-display: swap; src: url('fonts/satoshi-variable.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 400;
  font-display: swap; src: url('fonts/ibm-plex-mono-latin-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 500;
  font-display: swap; src: url('fonts/ibm-plex-mono-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Mono'; font-style: normal; font-weight: 600;
  font-display: swap; src: url('fonts/ibm-plex-mono-latin-600.woff2') format('woff2');
}
:root {
  --display: 'Cabinet Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --sans: 'Satoshi', 'Helvetica Neue', Arial, sans-serif;
  --mono: 'IBM Plex Mono', ui-monospace, 'SF Mono', Menlo, monospace;
}