:root {

  --brand: #6B2C50;
  --brand-strong: #4A1D37;
  --brand-soft: #96507A;
  --brand-tint: rgba(107, 44, 80, 0.08);
  --brand-rgb: 107, 44, 80;

  --accent: #C9932E;
  --accent-soft: #E0B563;
  --accent-tint: rgba(201, 147, 46, 0.12);
  --accent-rgb: 201, 147, 46;
  --accent-ink: #8A6212;

  --ink: #2B2230;
  --ink-soft: #5C4F58;
  --muted: #9C8E97;
  --line: #EAD9D0;
  --line-soft: #F3E8E1;
  --surface: #FFFFFF;
  --surface-2: #FBF3EF;
  --surface-3: #F5E5DD;

  --bg: #FBF3EF;
  --bg-rgb: 251, 243, 239;

  --night: #2B1420;
  --night-2: #35192A;
  --night-rgb: 43, 20, 32;

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

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

  --font-head: "Playfair Display Sub", Georgia, serif;
  --font-head-display: "Playfair Display 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.3rem;
  --radius: 0.5rem;
  --radius-lg: 0.85rem;
  --radius-xl: 1.4rem;
  --shadow-sm: 0 4px 14px rgba(43, 20, 32, 0.08);
  --shadow: 0 18px 40px rgba(43, 20, 32, 0.1);
  --shadow-lg: 0 30px 70px rgba(43, 20, 32, 0.16);

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