@charset "utf-8";

/* Pretendard */
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 100;
    src: url(../css/font/Pretendard-Thin.woff2) format('woff2'),
    url(../css/font/Pretendard-Thin.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 200;
    src: url(../css/font/Pretendard-ExtraLight.woff2) format('woff2'),
    url(../css/font/Pretendard-ExtraLight.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 300;
    src: url(../css/font/Pretendard-Light.woff2) format('woff2'),
    url(../css/font/Pretendard-Light.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 400;
    src: url(../css/font/Pretendard-Regular.woff2) format('woff2'),
    url(../css/font/Pretendard-Regular.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 500;
    src: url(../css/font/Pretendard-Medium.woff2) format('woff2'),
    url(../css/font/Pretendard-Medium.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 600;
    src: url(../css/font/Pretendard-SemiBold.woff2) format('woff2'),
    url(../css/font/Pretendard-SemiBold.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 700;
    src: url(../css/font/Pretendard-Bold.woff2) format('woff2'),
    url(../css/font/Pretendard-Bold.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 800;
    src: url(../css/font/Pretendard-ExtraBold.woff2) format('woff2'),
    url(../css/font/Pretendard-ExtraBold.woff) format('woff');
}
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 900;
    src: url(../css/font/Pretendard-Black.woff2) format('woff2'),
    url(../css/font/Pretendard-Black.woff) format('woff');
}
/* Inter (영문용 Variable Font) */
@font-face {
    font-family: 'InterPretendard';
    font-style: normal;
    font-weight: 100 900; /* Variable 지원 → 모든 weight 커버 */
    src: url('https://fonts.gstatic.com/s/inter/v13/Inter-VariableFont_opsz,wght.woff2') format('woff2');
    unicode-range: U+0020-007E; /* 영문/숫자/기본 기호 */
}

/*FONT*/
.pretendard{font-family: 'Pretendard', sans-serif;}
.inter{font-family: 'Inter', sans-serif;}
.roboto{font-family: 'Roboto', sans-serif;}
.roboto-c{font-family: 'Roboto Condensed', sans-serif;}
.poppins{font-family: 'Poppins', sans-serif;}
.malgun{font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;}