/* Noto Sans */
@font-face {
    font-family: Noto Sans KR;
    src:
        url('./Noto_Sans/NotoSans-Light.woff2') format('woff2'),
        url('./Noto_Sans/NotoSans-Light.woff') format('woff'),
        url('./Noto_Sans/NotoSans-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Noto Sans KR;
    src:
        url('./Noto_Sans/NotoSans-Regular.woff2') format('woff2'),
        url('./Noto_Sans/NotoSans-Regular.woff') format('woff'),
        url('./Noto_Sans/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Noto Sans KR;
    src:
        url('./Noto_Sans/NotoSans-Medium.woff2') format('woff2'),
        url('./Noto_Sans/NotoSans-Medium.woff') format('woff'),
        url('./Noto_Sans/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Noto Sans KR;
    src:
        url('./Noto_Sans/NotoSans-Bold.woff2') format('woff2'),
        url('./Noto_Sans/NotoSans-Bold.woff') format('woff'),
        url('./Noto_Sans/NotoSans-Bold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Noto Sans KR;
    src:
        url('./Noto_Sans/NotoSans-Black.woff2') format('woff2'),
        url('./Noto_Sans/NotoSans-Black.woff') format('woff'),
        url('./Noto_Sans/NotoSans-Black.ttf') format('truetype');
    font-weight: 700;
}

/* DINpro */
@font-face {
    font-family: DINpro;
    src:
        url('./DINpro/DINPro.woff2') format('woff2'),
        url('./DINpro/DINPro.woff') format('woff'),
        url('./DINpro/DINPro.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: DINpro;
    src:
        url('./DINpro/DINPro-Medium.woff2') format('woff2'),
        url('./DINpro/DINPro-Medium.woff') format('woff'),
        url('./DINpro/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: DINpro;
    src:
        url('./DINpro/DINPro-Bold.woff2') format('woff2'),
        url('./DINpro/DINPro-Bold.woff') format('woff'),
        url('./DINpro/DINPro-Bold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: RC TYPE;
    font-style: normal;
    font-stretch: normal;
    font-weight: 500;
    font-display: auto;
    src:
        local("RC TYPE"),
        url("./RC_Type/RC_Type.woff") format("woff");
}