/* =========================================================
   tokens.css — --tt-* 디자인 토큰 SSoT (DESIGN.md front matter)
   list_page.css·item-card.css 등 토큰 소비 CSS 보다 먼저 로드한다.
   (기존엔 item-card.css :root 에 있어서, item-card 를 안 싣는
    마이티켓에서 tt-sheet 모달이 무색·투명으로 깨졌음 — 2026-07-08)
   ========================================================= */

:root {
  --tt-surface: #ffffff;
  --tt-variant: #fdf9f9;
  --tt-sunken: #f7f2f1;
  --tt-sunken-2: #f2ecea;
  --tt-border: #eae3e2;
  --tt-border-strong: #d1c8c7;
  --tt-ink: #1e1919;
  --tt-ink-2: #514847;
  --tt-muted: #6e6664;
  --tt-hint: #b3aaa9;
  --tt-primary: #ff4b4b;
  --tt-primary-hover: #e83b3b;
  --tt-primary-ink: #dc2626;
  --tt-primary-soft: #ffecec;
  --tt-timesale: #e11d48;
  --tt-timesale-soft: #fae8e6;
  --tt-new: #3f57c9;
  --tt-new-soft: #e7ebfb;
  --tt-star: #ffb400;
  --tt-e1: 0 0 0 1px rgba(9, 9, 11, 0.03), 0 1px 2px rgba(9, 9, 11, 0.04), 0 1px 3px rgba(9, 9, 11, 0.06);
  --tt-e2: 0 0 0 1px rgba(9, 9, 11, 0.04), 0 4px 8px -4px rgba(9, 9, 11, 0.05), 0 12px 24px -8px rgba(9, 9, 11, 0.06);
  --tt-press: rgba(9, 9, 11, 0.04);
  --tt-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --tt-shell: 68.75rem;
  --tt-font: "Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
