/* Typography tokens. Font-size scale already lives in sizes.css
   (--text-title/body/label-{l,m,s}) — these match this spec exactly.
   Font family is Pretendard Variable, already loaded and set on body. */
:root {
  --font-weight-default: 400;
  --font-weight-bold: 700;
  --line-height-default: 1.4; /* 140%, applies to every size in the scale */
}
