:root {
  color-scheme: dark;

  /* Fluxora neutral and blue palette */
  --bg: #0a0a0a;
  --surface: #171717;
  --surface-soft: #ffffff0d;
  --surface-hover: #ffffff12;
  --fg: #ffffff;
  --fg-2: #d4d4d4;
  --muted: #a3a3a3;
  --muted-deep: #737373;
  --accent: #60a5fa;
  --accent-ink: #0a0a0a;
  --accent-soft: #60a5fa26;
  --border-soft: #ffffff1a;
  --border-bright: #ffffff33;
  --white: #ffffff;

  /* Typography */
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --text-2xs: .6875rem;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-display: clamp(2.15rem, 5.8vw, 4.5rem);
  --leading-tight: .98;
  --leading-body: 1.65;
  --tracking-display: -.045em;
  --tracking-label: .12em;

  /* Surfaces and spacing */
  --radius-card: 24px;
  --radius-pill: 999px;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
}
