@charset "UTF-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/* 고도체 */

@font-face {
    font-family: 'Godo';
    src: url('../font/GodoM.eot') format('eot');
    src: url('../font/GodoM.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Godo';
    src: url('../font/GodoB.eot') format('eot');
    src: url('../font/GodoB.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('../font/NanumSquareL.eot') format('eot');
    src: url('../font/NanumSquareL.woff') format('woff');
    font-weight: 400;
}

/* 폰트 색상 */

.yellow-text {
    color: #fcf1cc;
}

.skyblue-text {
    color: #bbe2f7;
}

.violet-text {
    color: #406de1;
}

.orange-text {
    color: #f15130 !important;
}