@font-face { font-family: "Geist"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/fonts/geist-latin-wght-normal.woff2") format("woff2"); }
@font-face { font-family: "Geist Mono"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("/assets/fonts/geist-mono-latin-wght-normal.woff2") format("woff2"); }
:root {
  color-scheme: dark;
  --color-background: #090D13;
  --color-surface: #111823;
  --color-surface-raised: #192330;
  --color-border: #263342;
  --color-text: #EDF3F7;
  --color-text-muted: #94A3B8;
  --color-brand: #78E8C3;
  --color-positive: #4ADE80;
  --color-negative: #FB7185;
  --color-warning: #FBBF24;
  --color-research: #A5B4FC;
  --font-sans: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SFMono-Regular", Consolas, monospace;
  --radius-panel: 8px;
  --motion-fast: 150ms;
  font-family: var(--font-sans);
  font-variant-numeric: tabular-nums;
  background: var(--color-background);
  color: var(--color-text);
}
@media (prefers-reduced-motion: reduce) {
  :root { --motion-fast: 0ms; }
}
