/* Custom Utilities */
.isolation-auto {
    isolation: isolate;
}
html {
    scroll-behavior: smooth;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #171717;
}
::-webkit-scrollbar-thumb {
    background: #404040;
    border-radius: 4px;
}
