/* Custom Styles */
body {
    font-family: 'Arial', sans-serif;
}

/* Example of overriding a Tailwind class */
.text-gray-900 {
    color: #1a1a1a !important; /* Darker gray */
}

/* Add your own styles here */
