/* Custom Styles for Cedar Grove HOA */

body {
    background-color: #f0f4f8; /* Light gray background */
}

/* Custom scrollbar for better aesthetics */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2d3748;
}
