/* Custom scrollbar for cleaner look */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #171717;
}
