@charset "utf-8";

/* 같은 패밀리 이름 + 가중치별로 선언 (권장) */
@font-face {
    font-family: 'SangBleu OG Sans';
    src: url('../font/SangBleuOGSans-Light-WebXL.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Sans';
    src: url('../font/SangBleuOGSans-Regular-WebXL.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Sans';
    src: url('../font/SangBleuOGSans-Medium-WebXL.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Sans';
    src: url('../font/SangBleuOGSans-Bold-WebXL.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Serif';
    src: url('../font/SangBleuOGSerif-Light-WebXL.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Serif';
    src: url('../font/SangBleuOGSerif-Regular-WebXL.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Serif';
    src: url('../font/SangBleuOGSerif-Medium-WebXL.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SangBleu OG Serif';
    src: url('../font/SangBleuOGSerif-Bold-WebXL.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Marcellus';
    src: url('../font/Marcellus-Regular.woff');
    font-weight: 500;
}