/* Custom styles can go here if needed, complementing Tailwind CSS */
/* Custom styles can go here if needed, complementing Tailwind CSS */
/* 
body {
    Example: Add a default font if Tailwind's isn't sufficient or for specific overrides
    font-family: 'Inter', sans-serif;
}
*/

/* 
You can define custom components or utilities if you prefer not to do everything with Tailwind classes in HTML.
However, @apply requires a Tailwind CSS build process. 
Since we are using the CDN, these rules will not work here.
.btn-primary-custom {
    @apply bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded;
}
*/
