@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400&display=swap");
:root {
  --bg: hsl(215 60% 97%);
  --bg-subtle: hsl(215 55% 92%);
  --surface: hsl(215 70% 99%);
  --n-50: #f3f6fc;
  --n-100: #dde8f5;
  --n-150: #c5d8ef;
  --n-200: #cddcf8;
  --n-300: #89acdb;
  --n-400: #6b97ce;
  --n-500: #558cc4;
  --n-600: #366fa0;
  --n-700: #264f73;
  --n-800: #16304a;
  --n-900: #0c1c2c;
  --border: #558cc4;
  --border-subtle: #89acdb;
  --text: #0c1c2c;
  --text-muted: #264f73;
  --text-faint: #366fa0;
  --link: hsl(215 55% 37%);
  --link-visited: hsl(270 32% 42%);
  --font: "Courier Prime", "Courier New", Courier, monospace;
}
