/*-------------------------------------------------------------------------------------*
 *  ysk font style 2022년01월                                                           *
 *-------------------------------------------------------------------------------------*/
@charset "utf-8";
@import url("css2-family=Noto+Sans+KR-wght@100;300;400;500;700;900&display=swap.css");
/* 2022년 01월 추가 font-family: 'Jua', sans-serif; */
@import url("css2-family=Jua&display=swap.css");

/* 지마켓산스 */
@font-face {
    font-family: 'GmarketSans';
    src: url("GmarketSansBold.woff") format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url("GmarketSansMedium.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSans';
    src: url("GmarketSansLight.woff") format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'speed';
    src: url("speed.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 300;
    font-style: normal;
    src: url("EsaManruLight.eot");
    src: url("EsaManruLight.eot-#iefix") format('embedded-opentype'),
        url("EsaManruLight.woff2") format('woff2'),
        url("EsaManruLight.woff") format('woff'),
        url("EsaManruLight.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 500;
    font-style: normal;
    src: url("EsaManruMedium.eot");
    src: url("EsaManruMedium.eot-#iefix") format('embedded-opentype'),
        url("EsaManruMedium.woff2") format('woff2'),
        url("EsaManruMedium.woff") format('woff'),
        url("EsaManruMedium.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 700;
    font-style: normal;
    src: url("EsaManruBold.eot");
    src: url("EsaManruBold.eot-#iefix") format('embedded-opentype'),
        url("EsaManruBold.woff2") format('woff2'),
        url("EsaManruBold.woff") format('woff'),
        url("EsaManruBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'rocket';
    src: url("rocket.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
