@import"https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply bg-white text-slate-800 antialiased font-sans;}}@layer components{.nav-item{@apply text-[15px] font-medium text-slate-700 hover:text-blue-900 transition-colors px-3;}.badge-sale{@apply bg-[#c72c41] text-white text-[10px] font-bold px-2 py-0.5 rounded-sm;}.product-card{@apply relative border border-transparent hover:border-slate-100 hover:shadow-xl transition-all duration-300 p-4 rounded-lg bg-white group;}.price-current{@apply text-[16px] font-bold text-slate-900;}.price-old{@apply text-[13px] text-slate-400 line-through mr-2;}}
