/* For Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 2px; /* Thin scrollbar width */
}

::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scroll thumb */
    border-radius: 4px; /* Rounded scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Darker thumb on hover */
}

::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Background color of the scrollbar track */
}

/* For Firefox */
* {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: #888 #f0f0f0; /* Thumb and track colors */
}

.font-nep {
    font-family: "Noto Serif Devanagari", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
