/*
Theme Name: Celiac Connect
Theme URI: http://yourwebsite.com
Author: Your Name
Author URI: http://yourwebsite.com
Description: A custom, light-green Tailwind CSS theme for Celiac Connect.
Version: 1.0
Text Domain: celiac-connect
*/

/* Custom CSS from the HTML file */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.text-gradient {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #16a34a, #65a30d);
}
.bg-gradient-light {
    background: linear-gradient(135deg, #ffffff 0%, #ecfdf5 50%, #dcfce7 100%);
}
.bg-gradient-vibrant {
    background: linear-gradient(135deg, #4ade80 0%, #84cc16 100%);
}
.dropdown-menu {
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}