body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Custom scrollbar to keep it minimal */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #e5e7eb;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d1d5db;
}