:root {
  --canvas: #ffffff; --surface: #ffffff; --paper: #f5f6f8; --ink: #202126; --muted: #707782; --line: #e1e4e8;
  --evergreen: #c92127; --evergreen-deep: #98181e; --evergreen-soft: #fff0f0; --clay: #c92127; --sun: #c92127; --live: #b4232f;
  --radius: 2px; --site-width: 1440px; --main-width: 1440px; --ad-width: 172px; --gap: 24px;
  --shell-width: min(var(--site-width), calc(100% - 32px));
  --content-width: min(var(--main-width), calc(100% - 104px));
  --font: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", Arial, sans-serif;
  --headline-font: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
}
