body {
    background-color: #F0F2F5;
    /* Wir nutzen Fredoka für die gesamte Seite oder nur für Überschriften */
    font-family: 'poppin', sans-serif;
    color: #333;
}

h1, h2, h3, h4, .btn, strong, .font-bold, .so-btn, .so-btn-next, label {
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
}

.squircle {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
}

.rounded-sololo {
    border-radius: 30px;
}