@font-face {
    font-family: 'Ownglyph_Kais-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_1@1.0/Ownglyph_Kais-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
* {
    font-family: 'Ownglyph_Kais-Rg', sans-serif !important;
}
input, select, button, textarea {
    font-family: 'Ownglyph_Kais-Rg', sans-serif !important;
}
/* 스크롤바 커스텀 */
.scrollbar-thin::-webkit-scrollbar {
    width: 6px;
}
.scrollbar-thin::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}
.scrollbar-thin::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}
/* 달력 폰트도 온글잎체로 강제 적용 */
.flatpickr-calendar {
    font-family: 'Ownglyph_Kais-Rg', sans-serif !important;
}

