@charset "utf-8";

/*
 * @File Name : font.css
 * @Description : 폰트
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2025.03.11 | ffany.lee | 최초 등록
 * </pre>
 * @author ffany.lee
 * @since 2025.03.11
 *
 * @Copyright (C)TWOGOMS All rights reserved.
 */

/* Pretendard */
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/Pretendard/Pretendard-Black.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/Pretendard/Pretendard-ExtraBold.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/Pretendard/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/Pretendard/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/Pretendard/Pretendard-Medium.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/Pretendard/Pretendard-Regular.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/Pretendard/Pretendard-Light.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/Pretendard/Pretendard-ExtraLight.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/Pretendard/Pretendard-Thin.woff2') format('woff2'), url('../fonts/Pretendard/Pretendard-Thin.woff') format('woff');
}

/* roboto */
@font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-display: swap;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
    src: local('Pretendard Black'), url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Black.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 700;
    font-display: swap;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
    src: local('Pretendard Bold'), url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-display: swap;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
    src: local('Pretendard Medium'), url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
    src: local('Pretendard Regular'), url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 300;
    font-display: swap;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
    src: local('Pretendard Light'), url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-display: swap;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
    src: local('Pretendard Thin'), url('../fonts/Roboto/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Thin.woff') format('woff');
}


/* 언어 정의 */
[lang|='ko'],
[lang|='ko'] body,
[lang|='ko']>* { font-family: 'Pretendard','Roboto'; }

body, *{ font-family: 'Pretendard','Roboto'; line-height: 150%;}