:root {
  --font-heading: "Noto IKEA", serif;
  --font-body: "Noto IKEA", sans-serif;
  --bg: #faf8f3;
  --card: #ffffff;
  --text: #1a1a1a;
  --muted: #4a4a3f;
  --accent: #8b6914;
  --primary: #2d5a27;
  --secondary: #f0ebe0;
  --border: #ddd8cc;
  --page-bg: radial-gradient(circle at 10% 20%, rgba(45, 90, 39, 0.04), transparent 25%), var(--bg);
  --header-bg: rgba(250, 248, 243, 0.98);
  --footer-bg: #ece8df;
  --input-bg: #fffefb;
  --button-bg: linear-gradient(135deg, #2d5a27, #40916c);
  --button-text: #111111;
  --button-shadow: 0 12px 30px rgba(45, 90, 39, 0.18);
  --card-shadow: 0 16px 40px rgba(17, 17, 17, 0.04);
  --cta-bg: linear-gradient(135deg, rgba(45, 90, 39, 0.08), rgba(139, 105, 20, 0.05));
  --radius-card: 12px;
  --radius-button: 999px;
  --radius-input: 16px;
  --section-pad: 88px;
  --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;
}