/* Grand J Ballet Academy — Typography tokens */
:root {
  /* Families */
  --font-serif-display: 'Cormorant Garamond', 'Noto Serif KR', serif; /* GJ monogram mood, arched English wordmark */
  --font-serif-kr: 'Noto Serif KR', serif;                            /* elegant Korean serif (sparing) */
  --font-gothic-display: 'GmarketSans', 'Pretendard', sans-serif;     /* bold rounded gothic (그랑제이 발레 아카데미 header) */
  --font-body: 'Pretendard', 'Apple SD Gothic Neo', sans-serif;       /* clean gothic body */

  /* Sizes (1080px-wide notice canvas basis) */
  --text-eyebrow: 15px;      /* GRAND J BALLET letterspaced */
  --text-caption: 14px;
  --text-body-sm: 16px;
  --text-body-md: 19px;      /* default notice body */
  --text-body-lg: 23px;
  --text-title-sm: 28px;     /* section labels */
  --text-title-md: 40px;     /* pill titles */
  --text-title-lg: 56px;     /* page titles */
  --text-display: 76px;      /* TIME TABLE display */

  /* Weights */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-heavy: 800;

  /* Letterspacing */
  --tracking-eyebrow: 0.42em; /* GRAND J BALLET */
  --tracking-wide: 0.14em;
  --tracking-tight: -0.02em;  /* Korean display */

  /* Line heights */
  --leading-tight: 1.15;
  --leading-title: 1.3;
  --leading-body: 1.62;      /* airy notice body */
  --leading-loose: 1.85;
}
