:root {
  --bg: #f4efe4;
  --surface: rgba(255, 251, 245, 0.82);
  --surface-strong: #fffaf2;
  --text: #17261f;
  --muted: #53645a;
  --line: rgba(23, 38, 31, 0.12);
  --accent: #0f7a5b;
  --accent-strong: #0b5f46;
  --accent-soft: #d8efe3;
  --shadow: 0 24px 80px rgba(31, 33, 27, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max-width: 1120px;
  --font-display: "Georgia", "Times New Roman", serif;
  --font-body: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", sans-serif;
}
