/* font */
@font-face {
    font-family: 'DosSammul';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/DOSSaemmul.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}

body {
    font-family: 'DosSammul', sans-serif;
}

/* toggle button style at active */
.toggle-btn.active {
    background-color: #df9800;
    color: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* toggle button style at inactive */
.toggle-btn.inactive {
    color: #492300;
}

/* block scroll at modal */
.modal-open {
    overflow: hidden;
}
