@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

body { 
    font-family: 'Inter', sans-serif; 
}
.dialog-step { 
    display: none; 
}
.dialog-step.active { 
    display: block; 
}
.matryoshka-layer-2, .matryoshka-layer-3 { 
    display: none; 
}
.prose h3, .prose h4 { 
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-weight: 700;
}
.prose p, .prose ul, .prose ol {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}