@charset "utf-8";

/* NotoSans */
@font-face{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 200;
src:url(../fonts/NotoSans/NotoSansKR-Thin.woff2) format('woff2'),
    url(../fonts/NotoSans/NotoSansKR-Thin.woff) format('woff');
    font-display: block;
}
@font-face{
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
src:url(../fonts/NotoSans/NotoSansKR-Light.woff2) format('woff2'),
    url(../fonts/NotoSans/NotoSansKR-Light.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
src:url(../fonts/NotoSans/NotoSansKR-Regular.woff2) format('woff2'),
    url(../fonts/NotoSans/NotoSansKR-Regular.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src:url(../fonts/NotoSans/NotoSansKR-Medium.woff2) format('woff2'),
        url(../fonts/NotoSans/NotoSansKR-Medium.woff) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 600;
    font-weight: bold;
src:url(../fonts/NotoSans/NotoSansKR-Bold.woff2) format('woff2'),
    url(../fonts/NotoSans/NotoSansKR-Bold.woff2) format('woff');
    font-display: block;
}
@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 800;
src:url(../fonts/NotoSans/NotoSansKR-Black.woff2) format('woff2'),
    url(../fonts/NotoSans/NotoSansKR-Black.woff) format('woff');
    font-display: block;
}

/* Montserrat */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src:url(../fonts/Montserrat/Montserrat-Light.woff2) format('woff2'),
        url(../fonts/Montserrat/Montserrat-Light.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src:url(../fonts/Montserrat/Montserrat-Regular.woff2) format('woff2'),
        url(../fonts/Montserrat/Montserrat-Regular.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src:url(../fonts/Montserrat/Montserrat-Medium.woff2) format('woff2'),
        url(../fonts/Montserrat/Montserrat-Medium.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src:url(../fonts/Montserrat/Montserrat-SemiBold.woff2) format('woff2'),
        url(../fonts/Montserrat/Montserrat-SemiBold.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src:url(../fonts/Montserrat/Montserrat-Bold.woff2) format('woff2'),
        url(../fonts/Montserrat/Montserrat-Bold.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src:url(../fonts/Montserrat/Montserrat-ExtraBold.woff2) format('woff2'),
        url(../fonts/Montserrat/Montserrat-ExtraBold.woff) format('woff');
    font-display: block;        
}

/* roboto */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src:url(../fonts/Roboto/Roboto-Light.woff2) format('woff2'),
        url(../fonts/Roboto/Roboto-Light.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src:url(../fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
        url(../fonts/Roboto/Roboto-Regular.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src:url(../fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
        url(../fonts/Roboto/Roboto-Medium.woff) format('woff');
    font-display: block;        
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src:url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
        url(../fonts/Roboto/Roboto-Bold.woff) format('woff');
    font-display: block;        
}