/* 사용자 정의 CSS */
body {
    font-family: 'Noto Sans KR', sans-serif;
}

.scrollbar-thin {
    scrollbar-width: thin; /* Firefox */
}