/* =========================
   GLOBAL FONT OVERRIDE
   WPBakery + Twenty Twenty-Five
   Ashlyn Weir Site
========================= */

/* Body / Paragraphs */
body,
p,
.wpb_wrapper,
.wpb_text_column,
.vc_column_container,
.vc_row {
    font-family: "Abel", sans-serif !important;
}

/* H1 + H2 (Main Artist Titles / Hero Text) */
h1,
h2,
.vc_custom_heading h1,
.vc_custom_heading h2,
.wpb_wrapper h1,
.wpb_wrapper h2 {
    font-family: "Cinzel", serif !important;
}

/* H3–H5 fallback (optional but keeps consistency) */
h3,
h4,
h5,
.vc_custom_heading h3,
.vc_custom_heading h4,
.vc_custom_heading h5 {
    font-family: "Cinzel", serif !important;
}

/* H6 (Signature Script Accent) */
h6,
.vc_custom_heading h6,
.wpb_wrapper h6 {
    font-family: "Vujahday Script", cursive !important;
}
body,
.wp-site-blocks,
.site,
.site-content,
main {
    background-color: #000000 !important;
}
header,
.site-header,
.wp-block-template-part {
    background-color: #000000 !important;
}