

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

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('NotoSansKR'),
    url('fonts/NotoSansKR-Medium.woff2') format('woff2');
}

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

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local('Roboto'),
    url('fonts/Roboto-Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto'),
    url('fonts/Roboto-Regular.woff2') format('woff2');
}