:root {

  --brand: #2B2924;
  --brand-strong: #1C1A16;
  --brand-soft: #55503F;
  --brand-tint: rgba(43, 41, 36, 0.06);
  --brand-rgb: 43, 41, 36;

  --accent: #A9633B;
  --accent-soft: #C68763;
  --accent-tint: rgba(169, 99, 59, 0.09);
  --accent-rgb: 169, 99, 59;
  --accent-ink: #7A4527;

  --ink: #23211D;
  --ink-soft: #524D42;
  --muted: #8A8272;
  --line: #E7E1D4;
  --line-soft: #F0EBE0;
  --surface: #FFFFFF;
  --surface-2: #FAF7F0;
  --surface-3: #F1EBDC;

  --bg: #FAF7F0;
  --bg-rgb: 250, 247, 240;

  --night: #1A1815;
  --night-2: #221F1A;
  --night-rgb: 26, 24, 21;

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

  --ok: #4B7A5A;
  --warn: #A9633B;

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

  --radius-sm: 0.2rem;
  --radius: 0.35rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --shadow-sm: 0 4px 14px rgba(26, 24, 21, 0.05);
  --shadow: 0 18px 40px rgba(26, 24, 21, 0.07);
  --shadow-lg: 0 30px 70px rgba(26, 24, 21, 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);
}
