/* La Danse Royale — typography tokens */
:root {
  --font-display: "Cormorant Garamond", "Noto Serif JP", "Songti SC", Georgia, serif;
  --font-body: "Noto Sans", "Noto Sans JP", "Noto Sans KR", "Noto Sans SC", system-ui, sans-serif;

  /* Scale */
  --size-display-1: 68px;  /* hero */
  --size-display-2: 46px;  /* section titles */
  --size-display-3: 32px;  /* card titles */
  --size-title:     24px;
  --size-body-lg:   18px;
  --size-body:      16px;
  --size-small:     14px;
  --size-caption:   12px;
  --size-eyebrow:   11px;

  /* Leading */
  --leading-display: 1.06;
  --leading-title:   1.2;
  --leading-body:    1.65;

  /* Tracking */
  --tracking-caps: 0.28em;  /* eyebrows, buttons, nav — always uppercase */
  --tracking-wide: 0.1em;
  --tracking-tight: -0.01em;

  /* Weights — display serif never exceeds 600; body sans never exceeds 600 */
  --weight-display: 500;
  --weight-body:    400;
  --weight-medium:  500;
  --weight-strong:  600;
}
