:root {

  --brand: #2B2823;
  --brand-strong: #1B1915;
  --brand-soft: #57503F;
  --brand-tint: rgba(43, 40, 35, 0.06);
  --brand-rgb: 43, 40, 35;

  --accent: #B5583A;
  --accent-soft: #CC7A5C;
  --accent-tint: rgba(181, 88, 58, 0.1);
  --accent-rgb: 181, 88, 58;
  --accent-ink: #8A3F26;

  --ink: #2B2823;
  --ink-soft: #5A5346;
  --muted: #948C79;
  --line: #D8CFBD;
  --line-soft: #E8E2D3;
  --surface: #FFFFFF;
  --surface-2: #F5F1E6;
  --surface-3: #ECE5D2;

  --bg: #EFE9DD;
  --bg-rgb: 239, 233, 221;

  --night: #211E19;
  --night-2: #171512;
  --night-rgb: 33, 30, 25;

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

  --ok: #4E7A52;
  --warn: #B5583A;

  --font-head: "Libre Caslon Sub", Georgia, serif;
  --font-head-display: "Libre Caslon 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.1rem;
  --radius: 0.2rem;
  --radius-lg: 0.3rem;
  --radius-xl: 0.4rem;
  --shadow-sm: 0 4px 14px rgba(23, 21, 18, 0.06);
  --shadow: 0 18px 40px rgba(23, 21, 18, 0.08);
  --shadow-lg: 0 30px 70px rgba(23, 21, 18, 0.14);

  --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));
  --masthead-utility-h: 2.1rem;

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