@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);h1,h2,h3,h4,h5,h6{font-family:Georgia,'Times New Roman',Times,serif;line-height:1.25;color:var(--text-color);margin-bottom:16px;font-weight:400}h1{font-size:38px;line-height:1.2}h2{font-size:28px;margin-top:40px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}h3{font-size:22px;margin-top:28px}h4{font-size:18px}p{margin-bottom:20px;line-height:1.75}ul,ol{margin-bottom:20px;padding-left:1.75em}li{margin-bottom:6px;line-height:1.7}strong{font-weight:600}em{font-style:italic}blockquote{border-left:4px solid var(--primary-blue);padding-left:20px;margin:28px 0;font-style:italic;color:var(--muted-text)}code{background:var(--secondary-blue);padding:2px 6px;border-radius:3px;font-family:'Monaco','Courier New',monospace;font-size:.875em}pre{background:var(--secondary-blue);padding:16px;border-radius:var(--radius-md);overflow-x:auto;margin-bottom:20px}pre code{background:none;padding:0}@media (max-width:768px){h1{font-size:28px}h2{font-size:22px}h3{font-size:18px}body{font-size:16px}}