@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src:
        local(''),
        url('./noto-sans-kr-300.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src:
        local(''),
        url('./noto-sans-kr-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src:
        local(''),
        url('./noto-sans-kr-500.ttf') format('truetype');
}
