:root {
  --bg: #f8f4ed;
  --bg-strong: #f1eadf;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: #fffdf8;
  --surface-dark: #1f1b18;
  --surface-dark-soft: #2a2522;
  --text: #1f1a16;
  --text-soft: #5e564e;
  --line: rgba(31, 26, 22, 0.12);
  --line-strong: rgba(31, 26, 22, 0.2);
  --line-dark: rgba(255, 255, 255, 0.12);
  --accent: #ba5d34;
  --accent-deep: #934726;
  --accent-soft: rgba(186, 93, 52, 0.12);
  --green: #446b61;
  --green-soft: rgba(68, 107, 97, 0.14);
  --shadow-soft: 0 18px 60px rgba(57, 44, 29, 0.08);
  --shadow-card: 0 14px 34px rgba(46, 34, 22, 0.06);
  --radius-sm: 8px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --content-width: 1180px;
}
