@charset "utf-8";

/* 웹폰트 */
@import url('https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css');

/* @import url('https://fonts.cdnfonts.com/css/neue-haas-grotesk-display-pro'); */



@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:900;
    src:url(../font/NeueHaasDisplayBlack.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:700;
    src:url(../font/NeueHaasDisplayBold.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:600;
    src:url(../font/NeueHaasDisplayMediu.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:500;
    src:url(../font/NeueHaasDisplayRoman.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:400;
    src:url(../font/NeueHaasDisplayLight.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:300;
    src:url(../font/NeueHaasDisplayThin.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:200;
    src:url(../font/NeueHaasDisplayXThin.woff2) format('woff2');
    }

@font-face{
    font-family: 'Neue Haas Grotesk Display Pro';
    font-style: normal;
    font-weight:100;
    src:url(../font/NeueHaasDisplayXXThin.woff2) format('woff2');
    }

/* Cosi Times 동일 family명, weight 사용*/
@font-face{
font-family: 'Cosi Times';
font-style: normal;
font-weight:100;
src:
url(../font/CosiTimes-LightCondensed.woff2) format('woff2'),
url(../font/CosiTimes-LightCondensed.woff) format('woff');
}

@font-face{
font-family: 'Cosi Times';
font-style: normal;
font-weight:300;
src:
/*url(../font/CosiTimes-Light.woff2) format('woff2'),*/
url(../font/CosiTimes-Light.woff) format('woff');

}

@font-face{
font-family: 'Cosi Times';
font-style: normal;
font-weight:500;
src:
/* url(../font/CosiTimes-Roman.woff2) format('woff2'), */
url(../font/CosiTimes-Roman.woff) format('woff');
}

@font-face{
font-family: 'Cosi Times';
font-style: normal;
font-weight:800;
src:
/* url(../font/CosiTimes-Bold.woff2) format('woff2'), */
url(../font/CosiTimes-Bold.woff) format('woff');
}

/* Cosi times family 명 따로 - font-weight: 100~500은 normal, font-weight: 600~900은 bold로 렌더링되는 이슈 해결용 */
@font-face{
font-family: 'CosiTimes-LightCondensed';
src:url(../font/CosiTimes-LightCondensed.woff) format('woff');
}

@font-face{
font-family: 'CosiTimes-Light';
src:url(../font/CosiTimes-Light.woff) format('woff');
}

@font-face{
font-family: 'CosiTimes-Roman';
src:url(../font/CosiTimes-Roman.woff) format('woff');
}

@font-face{
font-family: 'CosiTimes-Bold';
src:url(../font/CosiTimes-Bold.woff) format('woff');
}