@charset "UTF-8";


@font-face {
    font-family: 'NanumSquare';
    src: url('../font/NanumSquareL.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('../font/NanumSquareR.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('../font/NanumSquareB.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NanumSquare';
    src: url('../font/NanumSquareEB.ttf');
    font-weight: 700;
    font-style: normal;
}