:root {

  --brand: #E8580A;
  --brand-strong: #B8440A;
  --brand-soft: #FF8A4D;
  --brand-tint: rgba(232, 88, 10, 0.08);
  --brand-rgb: 232, 88, 10;

  --accent: #2F6F8F;
  --accent-soft: #5C93AE;
  --accent-tint: rgba(47, 111, 143, 0.09);
  --accent-rgb: 47, 111, 143;
  --accent-ink: #1F4A5E;

  --ink: #202936;
  --ink-soft: #4B5563;
  --muted: #8A94A3;
  --line: #E4E7EC;
  --line-soft: #EEF0F3;
  --surface: #FFFFFF;
  --surface-2: #F7F8FA;
  --surface-3: #EEF0F3;

  --bg: #F7F8FA;
  --bg-rgb: 247, 248, 250;

  --night: #171B21;
  --night-2: #1F242C;
  --night-rgb: 23, 27, 33;

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

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

  --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.3rem;
  --radius: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1.1rem;
  --shadow-sm: 0 4px 14px rgba(32, 41, 54, 0.05);
  --shadow: 0 18px 40px rgba(32, 41, 54, 0.07);
  --shadow-lg: 0 30px 70px rgba(32, 41, 54, 0.12);

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