/*
 * 본문 서체. 두 가족 모두 SIL Open Font License 1.1이고 라이선스 전문을 같은 자리에 둔다.
 * 문서가 이 파일을 직접 불러오므로 url은 이 파일 기준 상대 경로로 적는다.
 */

@font-face {
  font-family: 'Pretendard Variable';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}

/* 서체 스택이 변수형 다음에 정적 이름을 부르므로 같은 파일로 그 이름도 세운다. */
@font-face {
  font-family: 'Pretendard';
  font-style: normal;
  font-weight: 45 920;
  font-display: swap;
  src: url('./PretendardVariable.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./nanum-myeongjo-latin-400-normal.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;
}

@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./nanum-myeongjo-korean-400-normal.woff2') format('woff2');
  unicode-range:
    U+1100-11FF, U+3000-303F, U+3130-318F, U+A960-A97F, U+AC00-D7A3, U+D7B0-D7FF, U+FF00-FFEF;
}
