@charset "UTF-8";

@font-face {
    font-family: 'nanumsquare-b';
    src: url('../fonts/nanumsquareb-webfont.woff2') format('woff2'),
         url('../fonts/nanumsquareb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-eb';
    src: url('../fonts/nanumsquareeb-webfont.woff2') format('woff2'),
         url('../fonts/nanumsquareeb-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-l';
    src: url('../fonts/nanumsquarel-webfont.woff2') format('woff2'),
         url('../fonts/nanumsquarel-webfont.woff') format('woff');
    font-style: normal;
}
@font-face {
    font-family: 'nanumsquare-r';
    src: url('../fonts/nanumsquarer-webfont.woff2') format('woff2'),
         url('../fonts/nanumsquarer-webfont.woff') format('woff');
    font-style: normal;
}


html, body {
    font-family: 'nanumsquare-r', sans-serif;
    font-size: 16px;
}

@media screen and ( max-width: 980px ) {
    html, body {
        font-size: 14px;
    }
}