@font-face {
  font-family: "Satoshi";
  src: url("/fonts/satoshi/Satoshi-Variable.woff2") format("woff2");
  font-display: swap;
  font-weight: 300 900;
}

:root {
  --background: 212 100% 98%;
  --background-100: 210 100% 97%;
  --background-200: 210 100% 95%;
  --background-300: 210 100% 93%;
  --background-400: 210 100% 91%;
  --background-500: 210 100% 89%;
  --foreground: 220 18% 10%;
  --font-sans: "Satoshi", system-ui, sans-serif;
  --font-sans-alt: "Satoshi", system-ui, sans-serif;
}
