:root {
  --font-heading: "Noto IKEA", serif;
  --font-body: "Noto IKEA", sans-serif;
  --bg: #fffaf8;
  --card: #ffffff;
  --text: #1c1208;
  --muted: #6b4c3b;
  --accent: #4a7c59;
  --primary: #9a3412;
  --secondary: #fef2ec;
  --border: #e8d9d0;
  --page-bg: radial-gradient(circle at 10% 20%, rgba(154, 52, 18, 0.04), transparent 25%), var(--bg);
  --header-bg: rgba(255, 250, 248, 0.98);
  --footer-bg: #f4ede8;
  --input-bg: #fffefb;
  --button-bg: linear-gradient(135deg, #9a3412, #c2410c);
  --button-text: #111111;
  --button-shadow: 0 12px 30px rgba(154, 52, 18, 0.18);
  --card-shadow: 0 16px 40px rgba(17, 17, 17, 0.04);
  --cta-bg: linear-gradient(135deg, rgba(154, 52, 18, 0.08), rgba(74, 124, 89, 0.05));
  --radius-card: 10px;
  --radius-button: 999px;
  --radius-input: 16px;
  --section-pad: 96px;
  --hero-pad: 120px;
  --font-weight-heading: 700;
  --font-weight-body: 400;
  --letter-spacing-heading: 0em;
  --card-hover-lift: translateY(-2px);
  --transition-speed: 0.15s;
  --density: compact;
}