/* Webfonts */
@font-face {
    font-family: 'noto';
    src: url('/css/font/notokr-light.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: 'noto';
    src: url('/css/font/notokr-demilight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'noto';
    src: url('/css/font/notokr-regular.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'noto';
    src: url('/css/font/notokr-medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'noto';
    src: url('/css/font/notokr-bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}


@font-face {
    font-family: 'pp';
    src: url('/css/font/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'pp';
    src: url('/css/font/Poppins-Bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
