/*
Pretendard v1.3.9 · SIL Open Font License 1.1 (같은 폴더의 OFL.txt)
https://github.com/orioncactus/pretendard

가변 폰트 하나로 45~920 굵기를 모두 담는다. 게임 CSS가 쓰는 이름이 'Pretendard'이므로
원본 배포본의 'Pretendard Variable' 대신 그 이름으로 등록한다. 이름을 맞춰 두면
font-family 선언을 한 곳도 고치지 않아도 된다.

local()을 먼저 두어, 폰트가 설치된 기기는 2MB를 내려받지 않는다.
*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 45 920;
    font-style: normal;
    font-display: swap;
    src: local('Pretendard Variable'), local('Pretendard'),
         url('./woff2/PretendardVariable.woff2') format('woff2-variations');
}
