:root {
  --ink-void: #05060a;
  --ink-obsidian: #0b0d14;
  --ink-graphite: #10131c;
  --ink-slate: #1a1f2e;
  --ink-steel: #2b3245;
  --ink-fog: #4a5268;
  --ink-mist: #8890a6;
  --ink-bone: #c9cdd9;
  --ink-cream: #f4f1ea;

  --aurora-amber: #f5a623;
  --aurora-rose: #ff5f8a;
  --aurora-lavender: #9b8cff;
  --aurora-teal: #43d3c3;
  --aurora-coral: #ff7849;
  --aurora-sulfur: #d8e24a;

  --signal-green: #5bd089;
  --signal-red: #ff4d5e;

  --grid-line: rgba(255, 255, 255, 0.045);
  --grid-line-strong: rgba(255, 255, 255, 0.08);
  --hair: rgba(255, 255, 255, 0.1);
  --hair-strong: rgba(255, 255, 255, 0.22);

  --font-display: "Space Grotesk", "Inter Tight", system-ui, -apple-system, sans-serif;
  --font-body: "Inter", "Inter Tight", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", "Fira Code", ui-monospace, monospace;

  --size-0: 0.625rem;
  --size-1: 0.75rem;
  --size-2: 0.875rem;
  --size-3: 1rem;
  --size-4: 1.125rem;
  --size-5: 1.375rem;
  --size-6: 1.75rem;
  --size-7: 2.25rem;
  --size-8: 3rem;
  --size-9: 4rem;
  --size-10: 5.5rem;
  --size-11: 7.5rem;
  --size-12: 10rem;

  --tracking-wide: 0.04em;
  --tracking-wider: 0.12em;
  --tracking-widest: 0.28em;

  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 18px;
  --radius-xl: 28px;

  --shadow-deep: 0 40px 80px -20px rgba(0, 0, 0, 0.75);
  --shadow-float: 0 20px 48px -22px rgba(0, 0, 0, 0.6);
  --shadow-inner: inset 0 1px 0 rgba(255, 255, 255, 0.04);

  --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out-hard: cubic-bezier(0.83, 0, 0.17, 1);

  --content-max: 1280px;
  --content-narrow: 960px;
  --content-text: 720px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
