:root {

  --brand: #0A0A0A;
  --brand-strong: #000000;
  --brand-soft: #3A3A3A;
  --brand-tint: rgba(10, 10, 10, 0.05);
  --brand-rgb: 10, 10, 10;

  --accent: #DA291C;
  --accent-soft: #B82217;
  --accent-tint: rgba(218, 41, 28, 0.08);
  --accent-rgb: 218, 41, 28;
  --accent-ink: #8F1B12;

  --ink: #0A0A0A;
  --ink-soft: #454545;
  --muted: #767676;
  --line: #D9D9D9;
  --line-soft: #E9E9E9;
  --surface: #FFFFFF;
  --surface-2: #F5F5F5;
  --surface-3: #EDEDED;

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

  --night: #0A0A0A;
  --night-2: #000000;
  --night-rgb: 10, 10, 10;

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

  --ok: #1E7A44;
  --warn: #DA291C;

  --font-head: "Inter Sub", "Segoe UI", system-ui, sans-serif;
  --font-head-display: "Inter 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.1rem;
  --radius: 0.15rem;
  --radius-lg: 0.2rem;
  --radius-xl: 0.25rem;
  --shadow-sm: 0 2px 10px rgba(10, 10, 10, 0.06);
  --shadow: 0 10px 30px rgba(10, 10, 10, 0.08);
  --shadow-lg: 0 20px 55px rgba(10, 10, 10, 0.13);

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

  --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);
}
