/*
Theme Name: Synova Pharma Theme
Author: Your Name
Description: A custom theme for Synova Pharma based on a static HTML design.
Version: 1.0
*/

/* Note: All styling is handled by Tailwind CSS loaded via functions.php */
.nav-link {
    @apply text-gray-600 hover:text-synova-blue transition duration-300 font-medium;
}

/* This class is added by the custom walker for the active menu item */
.current-menu-item a {
    @apply text-synova-green font-bold;
}

/* Mobile Nav Link base styles */
.mobile-nav-link {
     @apply block py-2;
}