/*
 * Schnüffelnase Typografie
 * Alegreya 900: Headlines
 * Source Sans 3: Fließtext und UI
 * Systemschriften dienen als robuste Fallbacks.
 */

:root {
    --sn-font-headline: "Alegreya", Georgia, "Times New Roman", serif;
    --sn-font-body: "Source Sans 3", Arial, Helvetica, sans-serif;
}

body,
p,
li,
td,
th,
label,
input,
textarea,
select,
button,
.main-navigation,
.nav-menu,
.main-nav ul li a,
header nav a,
.sn-button,
.wp-block-button__link,
.sn-eyebrow,
.sn-kids-page,
.sn-training-app {
    font-family: var(--sn-font-body) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title,
.page-title,
.product_title,
.sn-home h1,
.sn-home h2,
.sn-home h3,
.sn-kinder h1,
.sn-kinder h2,
.sn-kinder h3,
.page-kinder .sn-section h1,
.page-kinder .sn-section h2,
.page-kinder .sn-section h3,
body.page-template-kinder h1,
body.page-template-kinder h2,
body.page-template-kinder h3,
.sn-kids-h1,
.sn-kids-card h2,
.sn-kids-description h2,
.sn-kids-booking-header h2,
.sn-kids-related-title {
    font-family: var(--sn-font-headline) !important;
    font-weight: 900;
    font-style: normal;
}