:root {
  --bg: #F6F0E6;
  --bg-alt: #EDE5D4;
  --surface: #FBF7EE;
  --surface-deep: #232722;
  --text: #2E2820;
  --text-2: #5C5448;
  --text-mute: #8A8170;
  --border: #DDD2BB;
  --border-strong: #C9BC9D;

  --accent: #557544;
  --accent-2: #9A7B4F;
  --accent-soft: #C8D5BC;
  --accent-deep: #2F4A22;
  --accent-on-dark: #B5CAA1;
  --primary: var(--accent);
  --wa-green: #25D366;
  --wa-green-dark: #128C7E;
  --gold: #D4A33A;
  --danger: #B0461B;

  --ff-display: "Cormorant Garamond", "EB Garamond", Georgia, serif;
  --ff-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;
  --ff-ui: "DM Sans", "Helvetica Neue", Arial, sans-serif;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

  --header-h: 76px;
  --header-h-mobile: 64px;

  --z-base: 1;
  --z-header: 1100;
  --z-menu: 1000;
  --z-burger: 1200;
  --z-modal: 1300;

  --container: 1200px;

  --shadow-sm: 0 1px 2px rgba(46, 40, 32, 0.06);
  --shadow-md: 0 6px 18px rgba(46, 40, 32, 0.08);
  --shadow-lg: 0 18px 44px rgba(46, 40, 32, 0.12);

  --t-fast: 180ms ease;
  --t-base: 260ms ease;
  --t-slow: 420ms cubic-bezier(.2, .7, .2, 1);
}
