:root {

  --brand: #E23B3B;
  --brand-strong: #B32A2A;
  --brand-soft: #FF6B5B;
  --brand-tint: rgba(226, 59, 59, 0.08);
  --brand-rgb: 226, 59, 59;

  --accent: #F5B430;
  --accent-soft: #FFCB5E;
  --accent-tint: rgba(245, 180, 48, 0.12);
  --accent-rgb: 245, 180, 48;
  --accent-ink: #8A5B0E;

  --ink: #191521;
  --ink-soft: #453F52;
  --muted: #7A7386;
  --line: #E8E4EE;
  --line-soft: #F1EEF7;
  --surface: #FFFFFF;
  --surface-2: #F6F4FB;
  --surface-3: #ECE8F5;

  --bg: #F6F4FB;
  --bg-rgb: 246, 244, 251;

  --night: #191521;
  --night-2: #241E30;
  --night-rgb: 25, 21, 33;

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

  --ok: #2E9E6E;
  --warn: #C97A1A;

  --font-head: "Bricolage Grotesque Sub", "Segoe UI", system-ui, sans-serif;
  --font-head-display: "Bricolage Grotesque 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.5rem;
  --radius: 0.9rem;
  --radius-lg: 1.3rem;
  --radius-xl: 1.8rem;
  --shadow-sm: 0 4px 14px rgba(25, 21, 33, 0.06);
  --shadow: 0 18px 40px rgba(25, 21, 33, 0.08);
  --shadow-lg: 0 30px 70px rgba(25, 21, 33, 0.14);

  --container: 1120px;
  --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);
}
