/*NanumSquareRound 폰트*/

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 300;
    src: url(NanumSquareRound/NanumSquareRoundL.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 400;
    src: url(NanumSquareRound/NanumSquareRoundR.ttf) format('truetype');
}


@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 700;
    src: url(NanumSquareRound/NanumSquareRoundB.ttf) format('truetype');
}

@font-face {
    font-family: 'NanumSquareRound';
    font-weight: 800;
    src: url(NanumSquareRound/NanumSquareRoundEB.ttf) format('truetype');
}

/* NanumSquareNeo 폰트 */
@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 300;
    src: url(NanumSquareNeo/TTF/NanumSquareNeo-aLt.ttf) format("truetype"), url(NanumSquareNeo/OTF/NanumSquareNeoOTF-Lt.otf) format("opentype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    src: url(NanumSquareNeo/TTF/NanumSquareNeo-bRg.ttf) format("truetype"), url(NanumSquareNeo/OTF/NanumSquareNeoOTF-Rg.otf) format("opentype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    src: url(NanumSquareNeo/TTF/NanumSquareNeo-cBd.ttf) format("truetype"), url(NanumSquareNeo/OTF/NanumSquareNeoOTF-Bd.otf) format("opentype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    src: url(NanumSquareNeo/TTF/NanumSquareNeo-dEb.ttf) format("truetype"), url(NanumSquareNeo/OTF/NanumSquareNeoOTF-Eb.otf) format("opentype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 900;
    src: url(NanumSquareNeo/TTF/NanumSquareNeo-eHv.ttf) format("truetype"), url(NanumSquareNeo/OTF/NanumSquareNeoOTF-Hv.otf) format("opentype");
}

/* Poppins 폰트 */
@font-face {
    font-family: 'Poppins';
    font-weight: 100;
    src: url(Poppins/Poppins-Thin.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 200;
    src: url(Poppins/Poppins-ExtraLight.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 300;
    src: url(Poppins/Poppins-Light.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 400;
    src: url(Poppins/Poppins-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 500;
    src: url(Poppins/Poppins-Medium.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 600;
    src: url(Poppins/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 700;
    src: url(Poppins/Poppins-Bold.ttf) format("truetype");
}

@font-face {
    font-family: 'Poppins';
    font-weight: 800;
    src: url(Poppins/Poppins-ExtraBold.ttf) format("truetype");
}
