/* 앱 전역 글꼴, 색상, 간격과 제어 크기 토큰 */
@font-face {
  font-family: 'Pretendard';
  src: url('../fonts/PretendardVariable.woff2') format('woff2-variations');
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
}

:root {
  color-scheme: light;
  --page: #f6f7fb;
  --ink: #18181b;
  --ink-soft: #667085;
  --paper: #ffffff;
  --panel: #f8fafc;
  --panel-strong: #eef2f7;
  --line: #e2e7ef;
  --line-strong: #c9d2df;
  --mint: #2563eb;
  --mint-soft: #eff6ff;
  --mint-text: #1e40af;
  --mint-strong: #1d4ed8;
  --mint-deep: #1e3a8a;
  --mint-line: #bfdbfe;
  --mint-border: #bfdbfe;
  --coral: #e85d75;
  --coral-soft: #fff1f3;
  --coral-text: #be123c;
  --lime: #86b63f;
  --lime-soft: #f1f8dc;
  --violet: #6d5bd0;
  --violet-soft: #f3f0ff;
  --violet-text: #5b42b5;
  --amber: #c17c19;
  --amber-soft: #fff6df;
  --amber-text: #945a09;
  --green: #16834f;
  --danger: #be123c;
  --focus: #2563eb;
  --shadow: 0 10px 28px rgba(15, 23, 42, 0.07);
  --shadow-soft: 0 1px 2px rgba(15, 23, 42, 0.06);
  --radius: 8px;
  --font-body: 15px;
  --font-meta: 12px;
  --control-height: 40px;
  --control-height-touch: 44px;
  font-family: 'Pretendard', 'Malgun Gothic', 'Apple SD Gothic Neo', 'Segoe UI', system-ui, -apple-system, sans-serif;
}
