@charset "utf-8";

/**
* FONT 스타일
* Font 관련 전체 스타일
*
* @author 박성용
* @version 1.0, 퍼블리싱 - 20220928
**/

@font-face {
    font-family: SuitBold;
    src: local(SuitBold),
    url(/resources/static/fonts/SUIT-Bold.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitSemiBold;
    src: local(SuitSemiBold),
    url(/resources/static/fonts/SUIT-SemiBold.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitExtraBold;
    src: local(SuitExtraBold),
    url(/resources/static/fonts/SUIT-ExtraBold.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitHeavy;
    src: local(SuitHeavy),
    url(/resources/static/fonts/SUIT-Heavy.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitLight;
    src: local(SuitLight),
    url(/resources/static/fonts/SUIT-Light.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitExtraLight;
    src: local(SuitExtraLight),
    url(/resources/static/fonts/SUIT-ExtraLight.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitMedium;
    src: local(SuitMedium),
    url(/resources/static/fonts/SUIT-Medium.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitRegular;
    src: local(SuitRegular),
    url(/resources/static/fonts/SUIT-Regular.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: SuitThin;
    src: local(SuitThin),
    url(/resources/static/fonts/SUIT-Thin.woff2) format("woff2");
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}