/*  한글 폰트 세팅   */
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-Thin.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-ExtraLight.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-Light.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 300;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-Regular.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-Medium.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-Bold.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/NotoSansKR-Black.ttf") format("truetype");
    unicode-range: U+AC00-D7A3;
    font-style: normal;
    font-weight: 700;
}


/*  영어 및 숫자 폰트 세팅  */
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/Gotham-Thin.ttf") format("truetype");
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-style: normal;
    font-weight: 100;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/Gotham-XLight.ttf") format("truetype");
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-style: normal;
    font-weight: 200;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/Gotham-Book.ttf") format("truetype");
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/Gotham-Medium.ttf") format("truetype");
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/Gotham-Bold.ttf") format("truetype");
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-style: normal;
    font-weight: 600;
}
@font-face {
    font-family: "basic font";
    src: url("../css/fonts/Gotham-Black.ttf") format("truetype");
    unicode-range: U+0030-0039, U+0041-005A, U+0061-007A;
    font-style: normal;
    font-weight: 700;
}