/* Foundry reference tokens. */
@theme {
  --color-midnight-ink: #121212;
  --color-ghostly-gray: #efefef;
  --color-wireframe-white: #e2e8f0;
  --color-shadow-border: #3a3a3a;
  --color-muted-text: #747474;
  --color-basement-orange: #ff4d00;
  --font-display: "JetBrains Mono", sans-serif;
  --font-sans: Inter, sans-serif;
}