@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url('./font/Pretendard-Light.subset.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url('./font/Pretendard-Regular.subset.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url('./font/Pretendard-Bold.subset.woff2') format('woff2');
    font-display: swap;
}