/*
 * 셀프 호스팅 웹폰트 — 외부 CDN(Google Fonts, jsDelivr) 의존성 제거.
 * 전부 가변(variable) 폰트라 굵기별 파일이 필요 없다.
 *  - Pretendard Variable v1.3.9  (한글 + 라틴)
 *  - Inter Variable               (라틴)
 *  - JetBrains Mono Variable      (모노스페이스)
 */
@font-face {
  font-family: 'Pretendard Variable';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('/fonts/PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/InterVariable.woff2') format('woff2-variations');
  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;
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/JetBrainsMonoVariable.woff2') format('woff2-variations');
}
