﻿@charset "utf-8";

@font-face {
font-family: NotoSansKR;
font-style: normal;
font-weight: 700;
src: local("NotoSansKR-Bold.woff");
src: url(../fonts/NotoSansKR-Bold.woff) format("woff");
}

@font-face {
font-family: NotoSansKR;
font-style: normal;
font-weight: 500;
src: local("NotoSansKR-Medium");
src: url(../fonts/NotoSansKR-Medium.woff) format("woff");
}

@font-face {
font-family: NotoSansKR;
font-style: normal;
font-weight: 400;
src: local("NotoSansKR-Regular");
src: url(../fonts/NotoSansKR-Regular.woff) format("woff");
}

@font-face {
font-family: NotoSansKR;
font-style: normal;
font-weight: 300;
src: local("NotoSansKR-Light");
src: url(../fonts/NotoSansKR-Light.woff) format("woff");
}

@font-face {
font-family: 'Pretendard Variable';
font-weight: 100 900; /* 100 ~ 900 */
font-style: normal;
font-display: swap;
src: url(../fonts/PretendardVariable.woff2) format('woff2-variations');
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 100;
src: local("Pretendard-Thin");
src: url(../fonts/Pretendard-Thin.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 200;
src: local("Pretendard-ExtraLight");
src: url(../fonts/Pretendard-ExtraLight.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 300;
src: local("Pretendard-Light");
src: url(../fonts/Pretendard-Light.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 400;
src: local("Pretendard-Regular");
src: url(../fonts/Pretendard-Regular.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 500;
src: local("Pretendard-Medium");
src: url(../fonts/Pretendard-Medium.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 600;
src: local("Pretendard-SemiBold");
src: url(../fonts/Pretendard-SemiBold.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 700;
src: local("Pretendard-Bold");
src: url(../fonts/Pretendard-Bold.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 800;
src: local("Pretendard-ExtraBold");
src: url(../fonts/Pretendard-ExtraBold.woff) format("woff");
}

@font-face {
font-family: "Pretendard";
font-style: normal;
font-weight: 900;
src: local("Pretendard-Black");
src: url(../fonts/Pretendard-Black.woff) format("woff");
}

/* Candara */
@font-face{
font-family:'Candara';
font-weight:400;
src:local('Candara_Bold'), url('../fonts/Candara_Regular.woff2') format('woff2'), url('../fonts/Candara_Regular.woff');
}
@font-face{
font-family:'Candara';
font-weight:700;
src:local('Candara_Regular'), url('../fonts/Candara_Bold.woff2') format('woff2'), url('../fonts/Candara_Bold.woff');
}