/* ── PenPastel Font Override ── */
/* Heading: Playfair Display (elegant serif — arts & crafts feel) */
/* Body:    Poppins (clean, modern geometric) */

:root {
    --body-font-family: Poppins, sans-serif;
    --heading-font-family: Playfair Display, serif;
    --section-heading-font-family: Playfair Display, serif;
}

body,
p, li, span, div, a,
input, button, select, textarea, label,
.btn-style, nav {
    font-family: Poppins, sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.section-heading,
.section-title h2,
.font-18, .font-20, .font-22, .font-24, .font-25,
.font-xl-32, .font-xl-65, .font-xxl-73,
.penpastel-hero h1 {
    font-family: Playfair Display, serif !important;
}

