/* Pretendard Variable  */
@font-face {
    font-family: 'PretendardVariable';
    src: url('../fonts/PretendardVariable.ttf');
    font-style: normal;
}

/* Pretendard : 한국어 범위 */
@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Thin.otf');
    font-weight: 100;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraLight.otf');
    font-weight: 200;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Light.otf');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Regular.otf');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Medium.otf');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-SemiBold.otf');
    font-weight: 600;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Bold.otf');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-ExtraBold.otf');
    font-weight: 800;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

@font-face {
    font-family: 'Pretendard';
    src: url('../fonts/Pretendard-Black.otf');
    font-weight: 900;
    font-style: normal;
    unicode-range: U+AC00-D7A3;
}

/* Outfit : 영어 및 숫자 범위 */
@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Thin.ttf');
    font-weight: 100;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Light.ttf');
    font-weight: 300;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.ttf');
    font-weight: 400;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Medium.ttf');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Bold.ttf');
    font-weight: 700;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
    unicode-range: U+0020-007E;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Black.ttf');
    font-weight: 900;
    font-style: normal;
    unicode-range: U+0020-007E;
}

[data-font="ko"] {font-family: 'PretendardVariable', sans-serif;}
[data-font="en"] {font-family: 'Outfit', sans-serif;}