@charset "UTF-8";

/*
defalut font set 
*/
/* Jua */
@font-face {
    font-family: 'Jua';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Jua-Regular.ttf') format('truetype');
}

/* Gaegu */
@font-face {
    font-family: 'Gaegu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Gaegu-Regular.ttf') format('truetype');
}