/* style.css - Minimal Version */
html {
    scroll-behavior: smooth;
}

/* Make the scrollbar thin and cyan to match your theme */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
    background: #0ea5e9;
    border-radius: 10px;
}