/* Grand J Ballet Academy — Webfonts
   Pretendard + GmarketSans are self-hosted in assets/fonts/.
   Serif display families load from Google Fonts (subsetted; kept remote).
   NOTE: the original Canva materials shipped no font binaries — these are
   nearest matches; see readme.md "Font substitutions". */

/* Elegant serif — Cormorant Garamond (GJ monogram / arched wordmark mood) + Noto Serif KR
   (@import must precede other rules) */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Noto+Serif+KR:wght@400;500;600&display=swap');

/* Body gothic — Pretendard (variable, weights 45–920) */
@font-face {
  font-family: 'Pretendard';
  src: url('../assets/fonts/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
}

/* Bold rounded gothic display — Gmarket Sans (그랑제이 발레 아카데미 masthead style) */
@font-face {
  font-family: 'GmarketSans';
  src: url('../assets/fonts/GmarketSansMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GmarketSans';
  src: url('../assets/fonts/GmarketSansBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
