/* ================================================================
   Tone A — ORE 1:1 (12px rule, monochrome, single font)
   Base.css is already calibrated to ORE. Tone A is the baseline.
   ================================================================ */

body[data-tone="a"] {
  /* base.css 토큰 그대로 사용 — Tone A is the default state */
  --color-text:        #000000;
  --color-bg:          #FFFFFF;
  --color-bg-soft:     #FAFAFA;
}

/* No overrides needed — Tone A IS the base. */
