:root {
  color-scheme: dark;
  --brand: #00d77a;
  --brand-strong: #00ef88;
  --brand-soft: #b9f9d8;
  --brand-deep: #007e49;
  --ink-950: #030705;
  --ink-900: #06100b;
  --ink-850: #091710;
  --ink-800: #0d1d15;
  --ink-700: #183126;
  --ink-600: #294a3a;
  --fog-50: #f6f8f7;
  --fog-100: #edf3ef;
  --fog-200: #dbe5df;
  --fog-300: #c0cec5;
  --fog-400: #9eafa4;
  --fog-500: #87998f;
  --fog-600: #74877d;
  --warning: #ffc65c;
  --danger: #ff6f7d;
  --info: #74d7ff;
  --success: var(--brand);
  --page-max: 1480px;
  --content-max: 1220px;
  --reading-max: 760px;
  --header-height: 74px;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 2rem;
  --space-8: 2.5rem;
  --space-9: 3rem;
  --space-10: 4rem;
  --space-11: 5rem;
  --space-12: 6.5rem;
  --radius-1: 5px;
  --radius-2: 8px;
  --radius-3: 12px;
  --radius-4: 16px;
  --border-dark: rgba(221, 247, 232, 0.13);
  --border-dark-strong: rgba(221, 247, 232, 0.24);
  --border-light: rgba(4, 24, 15, 0.14);
  --shadow-float: 0 18px 56px rgba(0, 0, 0, 0.22);
  --shadow-soft: 0 14px 40px rgba(1, 17, 9, 0.08);
  --ease-out: cubic-bezier(0.2, 0.75, 0.2, 1);
  --ease-spring: cubic-bezier(0.16, 1, 0.3, 1);
  --duration-fast: 150ms;
  --duration: 260ms;
  --duration-slow: 620ms;
  --font-sans: "Aptos", "Segoe UI Variable", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-mono: "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --duration-fast: 0ms;
    --duration: 0ms;
    --duration-slow: 0ms;
  }
}
