@charset "utf-8";

/* SUITE */
@font-face{
    font-family:'SUITE';
    font-weight:300;
    src: url("/site/wwweng_2024/font/SUITE-Light.woff2") format('woff2');
}
@font-face{
    font-family:'SUITE';
    font-weight:400;
    src: url("/site/wwweng_2024/font/SUITE-Regular.woff2") format('woff2');
}
@font-face{
    font-family:'SUITE';
    font-weight:500;
    src: url("/site/wwweng_2024/font/SUITE-Medium.woff2") format('woff2');
}
@font-face{
    font-family:'SUITE';
    font-weight:600;
    src: url("/site/wwweng_2024/font/SUITE-SemiBold.woff2") format('woff2');
}
@font-face{
    font-family:'SUITE';
    font-weight:700;
    src: url("/site/wwweng_2024/font/SUITE-Bold.woff2") format('woff2');
}
@font-face{
    font-family:'SUITE';
    font-weight:800;
    src: url("/site/wwweng_2024/font/SUITE-ExtraBold.woff2") format('woff2');
}
@font-face{
    font-family:'SUITE';
    font-weight:900;
    src: url("/site/wwweng_2024/font/SUITE-Heavy.woff2") format('woff2');
}


@font-face{
    font-family: 'Gmarket';
    font-weight: 200;
    src: url("/common/font/GmarketSans-Light.woff2") format('woff2'),
    url("/common/font/GmarketSans-Light.woff") format('woff');
}
@font-face{
    font-family: 'Gmarket';
    font-weight: 400;
    src: url("/common/font/GmarketSans-Medium.woff2") format('woff2'),
    url("/common/font/GmarketSans-Medium.woff") format('woff');
}
@font-face{
    font-family: 'Gmarket';
    font-weight: 600;
    src: url("/common/font/GmarketSans-Bold.woff2") format('woff2'),
    url("/common/font/GmarketSans-Bold.woff") format('woff');
}

/* Opensans */
@font-face{
    font-family:'Opensans';
    font-weight: 400;
    src: url("/common/font/OpensansR.woff2") format('woff2'),
    url("/common/font/OpensansR.woff") format('woff');
}

@font-face{
    font-family:'Opensans';
    font-weight: 600;
    src: url("/common/font/OpensansB.woff2") format('woff2'),
    url("/common/font/OpensansB.woff") format('woff');
}
