:root {
  --forest-900: #486875;
  --forest-800: #638b9a;
  --forest-700: #9fcfdf;
  --forest-600: #b6dce8;
  --forest-100: #e6f3f7;
  --forest-050: #f5fafc;
  --coral-700: #739eaf;
  --coral-500: #bedde8;
  --coral-100: #f0f7fa;
  --yellow-600: #b59a59;
  --yellow-400: #ead9aa;
  --yellow-100: #fbf6e8;
  --ivory: #f8fbfc;
  --surface: #ffffff;
  --white: #fff;
  --ink: #405963;
  --muted: #7b929b;
  --line: #dfecef;
  --danger: #b76e76;
  --danger-bg: #fff3f4;
  --info: #85b4c5;
  --info-bg: #edf7fa;
  --success: #73a89e;
  --shadow-sm: 0 5px 18px rgba(78, 124, 143, .07);
  --shadow-md: 0 12px 30px rgba(78, 124, 143, .11);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 24px;
  --content-width: 1200px;
  --header-height: 72px;
  --bottom-nav-height: 72px;
  --focus: 0 0 0 3px rgba(159, 207, 223, .42);
  --font: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", system-ui, sans-serif;
}
