/* 부록 O-3 — 페이퍼 문서 테마 토큰. app/Shared/UI/Themes/PaperTheme.swift와 값을
   1:1로 맞춘다. 스캐폴딩만 — 붙일 화면(site/studio·site/admin, P3·P4)이 아직 없다. */
:root[data-theme="paper"] {
  --bg: #FFFFFF;
  --surface: #F7F6F3;
  --text-primary: #37352F;
  --text-secondary: #787774;
  --text-tertiary: #9B9A97;
  --accent: #2F80ED;
  --accent-foreground: #FFFFFF;
  --success: #448361;
  --warning: #CB912F;
  --danger: #D44C47;

  --radius-lg: 8px;
  --radius-base: 6px;
  --radius-sm: 4px;

  --font-title: ui-serif, Georgia, "Noto Serif KR", serif;

  --motion-ease: ease-out;
  --motion-duration: 140ms;
}
