/* 부록 O-3 — 토스 테마 토큰. app/Shared/UI/Themes/TossTheme.swift와 값을 1:1로 맞춘다.
   이 라운드는 스캐폴딩만이다 — site/studio·site/admin(P3·P4)이 아직 없어 이 파일을
   불러 쓰는 화면이 없다. 그 화면들이 생기면 <link>나 CSS 변수 import로 붙인다. */
:root[data-theme="toss"] {
  --bg: #F2F4F6;
  --surface: #FFFFFF;
  --text-primary: #191F28;
  --text-secondary: #4E5968;
  --text-tertiary: #8B95A1;
  --accent: #3182F6;
  --accent-foreground: #FFFFFF;
  --success: #00C896;
  --warning: #FF9500;
  --danger: #F04452;

  --radius-lg: 20px;
  --radius-base: 14px;
  --radius-sm: 10px;

  --motion-ease: cubic-bezier(.17,.89,.32,1.28);
  --motion-duration: 220ms;
}
