/*
Theme Name: TheDiaWalk
Theme URI: https://thediawalk.com
Author: TheDiaWalk Team
Description: Premium medical eCommerce theme with Tailwind CSS.
Version: 2.0.0
*/
.current-menu-item a { color: #2563eb !important; font-weight: 600 !important; }
/* Custom Animations matching Angular */
.animate-fade-in { animation: fadeIn 0.5s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
