@tailwind base;@tailwind components;@tailwind utilities;:root{--navy:#0B1D3A;--blue:#1A56DB;--teal:#0D9488;--gold:#F59E0B}html{scroll-behavior:smooth}body{font-family:DM Sans,system-ui,sans-serif;color:#1F2937}h1,h2,h3,h4,h5{font-family:Playfair Display,Georgia,serif;color:#0B1D3A}.article-content h2{@apply text-2xl font-bold mt-10 mb-4 text-navy}.article-content h3{@apply text-xl font-semibold mt-8 mb-3 text-navy}.article-content p{@apply mb-5 leading-relaxed}.article-content ul{@apply list-disc pl-6 mb-5 space-y-2}.article-content li{@apply leading-relaxed}.article-content strong{@apply font-semibold text-navy}.article-content a{@apply text-blue underline hover:no-underline}.ad-slot{@apply my-8 flex items-center justify-center min-h-[90px] rounded-xl;background:#F9FAFB;border:1px dashed #e5e7eb}