@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary: #2563eb;--color-secondary: #64748b;--color-background: #ffffff;--color-surface: #f8fafc;--font-heading: "Georgia", serif;--font-body: "Inter", system-ui, sans-serif;--border-radius: 8px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background-color:var(--color-background);color:#1f2937;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.article-content p{margin-bottom:1.5rem}.article-content h2{margin-top:2rem;margin-bottom:1rem}.article-content img{margin:2rem 0;border-radius:var(--border-radius)}.article-content blockquote{border-left:4px solid var(--color-primary);padding-left:1.5rem;margin:2rem 0;font-style:italic;color:var(--color-secondary)}.article-content table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:.95rem}.article-content table th,.article-content table td{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left}.article-content table th{background-color:var(--color-surface);font-weight:600;font-family:var(--font-heading)}.article-content table tr:nth-child(2n){background-color:#f9fafb}.article-content table tr:hover{background-color:#f3f4f6}.article-content h2{font-size:1.75rem;margin-top:2.5rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.article-content h3{font-size:1.35rem;margin-top:2rem;margin-bottom:.75rem;font-weight:600;line-height:1.4}.article-content h4{font-size:1.15rem;margin-top:1.5rem;margin-bottom:.5rem;font-weight:600}.article-content ul,.article-content ol{margin:1.5rem 0;padding-left:1.5rem}.article-content li{margin-bottom:.5rem}
