@charset "utf-8";
/* ==========================================================================
   웹폰트 — 전부 로컬에 내려받아 씁니다. 인터넷 연결 없이도 동일하게 렌더링됩니다.

   Pretendard          SIL Open Font License 1.1   (Kil Hyung-jin)
   Cormorant Garamond  SIL Open Font License 1.1   (Christian Thalmann)
   Material Symbols    Apache License 2.0          (Google)

   셋 다 상업적 사용·수정·재배포가 허용된 무료 폰트입니다.
   자세한 라이선스 전문은 _shared/fonts/LICENSES.md 참고.
   ========================================================================== */

/* ---------- 본문 · 한글 ---------- */
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 45 920;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/PretendardVariable.woff2") format("woff2-variations");
}

/* ---------- 장식용 세리프 (eyebrow / 로고 마크) ---------- */
@font-face {
  font-family: "Cormorant Garamond";
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/CormorantGaramond-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
                 U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---------- UI 아이콘 ----------
   목업에서 실제로 쓰는 108개 아이콘만 서브셋했습니다 (전체 4MB → 161KB).
   새 아이콘을 추가하려면 _shared/fonts/README.md 의 재생성 방법을 따르세요. */
@font-face {
  font-family: "Material Symbols Rounded";
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
  src: url("../fonts/MaterialSymbolsRounded-subset.woff2") format("woff2");
}
