@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
}

.prose {
    max-width: 65ch;
    margin: 0 auto;
}

.prose h2 {
    color: #1a202c;
    margin-top: 2em;
    margin-bottom: 1em;
}

.prose p {
    margin-bottom: 1.5em;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .prose {
        padding: 0 1rem;
    }
} 