:root {
  --font-base: 'Manrope', -apple-system, blinkmacsystemfont, 'Segoe UI', sans-serif;
  --font-accent: 'Playfair Display', georgia, serif;

  --bg-0: #f6f2ee;
  --bg-1: #efe7e0;
  --surface-0: #fffaf7;
  --surface-1: #f8f1eb;

  --text-main: #2d2520;
  --text-soft: #6f6057;
  --text-faint: #9a887d;

  --accent: #bf8174;
  --accent-strong: #ab695d;
  --line: #ddc8be;

  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;

  --container-max: 1200px;
  --container-pad: clamp(18px, 4vw, 40px);

  --section-space: clamp(72px, 11vw, 156px);
  --shadow-soft: 0 18px 48px rgb(47 32 24 / 8%);
}
