/* 프리텐다드 폰트 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

/* 로보토 */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@100..900&display=swap');

/* 커스텀 폰트 */
@import url('http://wdh.132.tium.co.kr/css/fonts.css');

/* SUIT 폰트 */
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css');

/* Caveat 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

/* Black Han Sans 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');

@font-face {
    font-family: 'PartialSans';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/PartialSansKR-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeumcheonGValleySans';
    src: url('../fonts//GeumcheonGvalleySans.woff') format('woff');
    font-style: normal;
}


/* 에스 코어 드림 6 */
@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-6Bold.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-6Bold.woff') format('woff');
    font-style: normal;
}
/* 에스 코어 드림 5 */
@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-5Medium.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-5Medium.woff') format('woff');
    font-style: normal;
}
/* 에스 코어 드림 3 */
@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-3Light.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/S-CoreDream-3Light.woff') format('woff');
    font-style: normal;
}

html, button, input, select, textarea {
    font-family: "SUIT Variable", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.roboto {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.scd-6 {
    font-family: 'S-CoreDream-6Bold', sans-serif;
}
.scd-5 {
    font-family: 'S-CoreDream-5Medium', sans-serif;
}
.scd-3 {
    font-family: 'S-CoreDream-3Light', sans-serif;
}

.suit {
    font-family: "SUIT Variable",sans-serif;
}

/* 금천G밸리산스 폰트 */
.gval {
    font-family: "GeumcheonGValleySans", "SUIT Variable", "Pretendard Variable", sans-serif;
}

/* Black Han Sans 폰트 */
.bkh {
    font-family: "Black Han Sans", sans-serif;
    font-style: normal;
}

.caveat {
    /* 두께는 400 - 700 지원 */
    font-family: "Caveat", cursive;
    font-style: normal;
}

.tgh {
    font-family: "TeXGyreHeros", sans-serif;
    font-style: normal;
}
.tgh-i {
    font-family: "TeXGyreHeros", sans-serif;
    font-style: italic;
}

.plg {
    font-family: 'Paperlogy', sans-serif;
    font-style: normal;
}

.ybo {
    font-family: 'Ysabeau Office', sans-serif;
    font-style: normal;
}
.ybo-i {
    font-family: 'Ysabeau Office', sans-serif;
    font-style: italic;
}

.pts {
    font-family: 'PartialSans', sans-serif;
    font-style: normal;
}

.suit {
    font-family: 'SUIT', sans-serif;
    font-style: normal;
}