/* Noto Sans KR 폰트 정의 */
@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-Black.ttf') format('truetype');
    font-weight: 900; /* 매우 굵은 글씨 */
    font-style: normal;
    unicode-range: U+AC00-D7AF; /* 한글 범위 */
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../font/NotoSansKR/NotoSansKR-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    unicode-range: U+AC00-D7AF;
}


/* Roboto 폰트 정의 */
@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    unicode-range: U+0020-007F; /* 영어 및 기본 특수문자 범위 */
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0020-007F;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0020-007F;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0020-007F;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0020-007F;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    unicode-range: U+0020-007F;
}

@font-face {
    font-family: 'TTTogether';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/TTTogetherA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-1Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-2ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-3Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-4Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-5Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-6SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-7Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-8ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Freesentation';
    src: url('../font/Freesentation/Freesentation-9Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'Cafe24Decobox';
    src: url('../font/Cafe24Decobox/Cafe24Decobox.ttf') format('truetype');
    font-style: normal;
    font-weight: normal !important;
    unicode-range: U+0020-007F;
}

@font-face {
    font-family: 'HSSanTokki20-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2405@1.0/HSSanTokki20-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0020-007F;
}

/* body 전체에 적용 */
* {
    font-family: 'HSSanTokki20-Regular', 'Freesentation', sans-serif;
}