:root {

  --brand: #C8FF37;
  --brand-strong: #9BD616;
  --brand-soft: #E2FF91;
  --brand-tint: rgba(200, 255, 55, 0.12);
  --brand-rgb: 200, 255, 55;
  --on-brand: #111318;

  --accent: #9E7BFF;
  --accent-soft: #C6B3FF;
  --accent-tint: rgba(158, 123, 255, 0.12);
  --accent-rgb: 158, 123, 255;
  --accent-ink: #372679;

  --ink: #F4F6F0;
  --ink-soft: #C8CDC1;
  --muted: #92998C;
  --line: rgba(244, 246, 240, 0.11);
  --line-soft: rgba(244, 246, 240, 0.06);
  --surface: #1B1F26;
  --surface-2: #15181E;
  --surface-3: #242A33;

  --bg: #0E1014;
  --bg-rgb: 14, 16, 20;

  --night: #08090B;
  --night-2: #0E1014;
  --night-rgb: 8, 9, 11;

  --white: #FFFFFF;
  --white-rgb: 255, 255, 255;

  --ok: #4ADE80;
  --warn: #F59E0B;

  --font-head: "Space Grotesk Sub", "Segoe UI", system-ui, sans-serif;
  --font-body: "Inter Sub", "Segoe UI", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "Cascadia Code", monospace;

  --radius-sm: 0.6rem;
  --radius: 0.95rem;
  --radius-lg: 1.4rem;
  --radius-xl: 2rem;
  --shadow-sm: 0 4px 14px rgba(0, 0, 0, 0.28);
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  --shadow-lg: 0 30px 70px rgba(0, 0, 0, 0.44);

  --container: 1160px;
  --safe-top: env(safe-area-inset-top, 0px);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --topbar-h: calc(4.6rem + var(--safe-top));

  --space-3xs: 0.25rem;
  --space-2xs: 0.375rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 2.5rem;
  --space-3xl: 3.5rem;

  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}
