@charset "utf-8";

/* 
    100 : Thin
    200 : Extra Light (Ultra Light)
    300 : Light
    400 : Regular
    500 : Medium
    600 : Semi Bold (Demi Bold)
    700 : Bold
    800 : Extra Bold (Ultra Bold)
    900 : Black (Heavy)
*/


/* 나눔 고딕 */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/NanumGothicL.woff') format('woff');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/NanumGothicR.woff') format('woff');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/NanumGothicB.woff') format('woff');
}

@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/NanumGothicEB.woff') format('woff');
}


/* 나눔 스퀘어 라운드 */
@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/NanumSquareRoundL.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/NanumGothicR.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/NanumSquareRoundB.woff') format('woff');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/NanumSquareRoundEB.woff') format('woff');
}


/* 포핀 */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/PoppinsT.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/PoppinsEL.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/PoppinsL.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/PoppinsR.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/PoppinsM.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/PoppinsSB.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/PoppinsB.woff') format('woff');
}



/* 로보토 */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/RobotoT.woff') format('woff');
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/RobotoL.woff') format('woff');
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/RobotoR.woff') format('woff');
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/RobotoM.woff') format('woff');
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/RobotoB.woff') format('woff');
}




/* 로보토 */
@font-face {
    font-family: "Jalnan";
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/Jalnan.woff') format('woff');
}
@font-face {
    font-family: "Jalnan";
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/Jalnan.woff') format('woff');
}
@font-face {
    font-family: "Jalnan";
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Jalnan.woff') format('woff');
}
@font-face {
    font-family: "Jalnan";
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/Jalnan.woff') format('woff');
}
@font-face {
    font-family: "Jalnan";
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Jalnan.woff') format('woff');
}

