/* Base styles */ body { font-family: 'Helvetica Neue', Arial, sans-serif; line-height: 1.6; max-width: 800px; margin: 0 auto; padding: 2rem; background-color: #f9f9f9; color: #333; } /* Typography */ h3 { font-size: 1.8rem; font-weight: 300; letter-spacing: 0.05em; color: #222; border-bottom: 1px s…