:root {
  --color-bg: #f6f0e8;
  --color-bg-soft: #efe6da;
  --color-surface: #fffaf3;
  --color-ink: #3a342e;
  --color-muted: #6f655c;
  --color-line: #e2d6c7;
  --color-terracotta: #c4693a;
  --color-terracotta-deep: #a3522c;
  --color-olive: #6e7a45;
  --color-honey: #d2a35c;
  --color-white: #ffffff;
  --color-focus: #8a4f2c;

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --sidebar-width: 16rem;
  --shell: min(1440px, calc(100% - 3rem));
  --shell-narrow: min(40rem, calc(100% - 3rem));
  --text-measure: 38rem;

  --radius: 1.35rem;
  --radius-sm: 999px;
  --shadow: 0 18px 40px rgba(58, 52, 46, 0.1);
  --shadow-soft: 0 10px 28px rgba(58, 52, 46, 0.08);
  --shadow-hover: 0 22px 48px rgba(58, 52, 46, 0.14);

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;

  --topbar-h: 4rem;
  --header-offset: 0px;
}
