:root {
  --primary: #B64B28;
  --primary-ink: #6E2A14;
  --accent: #0B6E69;
  --accent-ink: #064743;
  --background: #FFF8F2;
  --surface: #FFFFFF;
  --surface-2: #FCE8D7;
  --text: #312019;
  --muted: #745D50;
  --border: #EBCDBA;
  --rule: #D9B49A;
  --ink: #1C120E;
  --paper: #FFF8F2;
  --cta: #B64B28;
  --cta-text: #FFF8F2;
  --focus: #0B6E69;
  --danger: #8B1E1E;
  --ok: #0B6E69;
  --header-h: 72px;
  --sticky-cta-h: 72px;
  --radius: 2px;
  --shadow: none;
  --shadow-card: 0 1px 0 var(--border);
  --soft-border: #EBCDBA;
  --primary-border: #B64B28;
  --font-display: "Poppins", "Segoe UI", sans-serif;
  --font-body: "Poppins", "Segoe UI", sans-serif;
  --font-mono: "Poppins", "Segoe UI", sans-serif;
  --max: 1180px;
  --gutter: 20px;
  --bg: #FFF8F2;
  --bg-2: #FCE8D7;
  --gradient-tile: none;
}
