/*
Theme Name: MarketingBlocks360
Author: MarketingBlocks360
Description: Converted from static HTML source. Tailwind CSS is loaded via CDN script (matching the original site) rather than a compiled stylesheet.
Version: 1.0.2
Text Domain: marketingblocks360
License: GPL-2.0-or-later
*/

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.fade-up { animation: fadeUp .5s ease both; }
