@charset 'UTF-8';

/*
100 Thin (Hairline)
200 Extra Light (Ultra Light)
300 Light
400 Book, Regular, Normal
500 Medium
600 Semi Bold (Demi Bold)
700 Bold
800 Extra Bold (Ultra Bold)
900 Black (Heavy)
*/

/* THIN */
@font-face {
    font-family: 'NotoSansCJKkr';
    src: url('../../fonts/NotoSansKR-WEB/NotoSansKR-Thin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

/* LIGHT */
@font-face {
    font-family: 'NotoSansCJKkr';
    src: url('../../fonts/NotoSansKR-WEB/NotoSansKR-Light.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* DEMI LIGHT */
@font-face {
    font-family: 'NotoSansCJKkr';
    src: url('../../fonts/NotoSansKR-WEB/NotoSansKR-DemiLight.otf') format('opentype');
    font-weight: 350;
    font-style: normal;
}

/* BOOK, REGULAR, NORMAL */
@font-face {
    font-family: 'NotoSansCJKkr';
    src: url('../../fonts/NotoSansKR-WEB/NotoSansKR-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* MEDIUM */
@font-face {
    font-family: 'NotoSansCJKkr';
    src: url('../../fonts/NotoSansKR-WEB/NotoSansKR-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* BOLD */
@font-face {
    font-family: 'NotoSansCJKkr';
    src: url('../../fonts/NotoSansKR-WEB/NotoSansKR-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}


