/*
Theme Name: Sarepta Footer
Template: kadence
Version: 1.2
*/

/* ── Global Typography — Poppins heading, Playfair accent ── */
h1, h2, h3, h4, h5, h6,
.wp-block-heading,
.site-title,
.entry-title {
    font-family: 'Poppins', sans-serif !important;
}

body, p, li, td, th, label, input, textarea, select, button {
    font-family: 'Roboto', sans-serif;
}

/* ── Sarepta — warm white body background ── */
body {
    background-color: #FDF8F4;
}

.site-main, .wp-site-blocks {
    background-color: #FDF8F4;
}

.playfair, blockquote, .wp-block-quote {
    font-family: 'Playfair Display', serif;
}
