/*
Theme Name: BeTheme Child - Nails by Lulu
Theme URI: https://testdock.co/mike-haas
Description: Custom Nails by Lulu luxury mobile nail salon homepage for BeTheme.
Author: Nails by Lulu
Template: betheme
Version: 2.22.51
Text Domain: betheme-child
*/

/* ==========================================================================
   Site-wide brand fonts ONLY (Service Menu stack)
   Montserrat Â· Playfair Display Â· Great Vibes
   Font-family only â€” no layout/color/spacing changes
   ========================================================================== */

:root {
	--nbl-serif: "Playfair Display", "Times New Roman", Georgia, serif;
	--nbl-sans: "Montserrat", Helvetica, Arial, sans-serif;
	--nbl-script: "Great Vibes", "Segoe Script", cursive;
}

/* Body / UI â€” Montserrat (override BeTheme Cormorant/Roboto) */
html body,
html body #Wrapper,
html body #Content,
html body .content_wrapper,
html body .sections_group,
html body .entry-content,
html body .mfn-builder-content,
html body .mcb-section,
html body .mcb-wrap,
html body .column_attr,
html body .nbl-site,
html body input,
html body textarea,
html body select,
html body button {
	font-family: var(--nbl-sans) !important;
}

/* Headings / titles â€” Playfair Display */
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6,
html body #Subheader .title,
html body .text-logo #logo {
	font-family: var(--nbl-serif) !important;
}

/* Script accents â€” Great Vibes (Service Menu â€œLuxury Experienceâ€) */
html body .nbl-hero__title-script,
html body .nbl-sm-hero__title-script,
html body .nbl-lt-intro__script,
html body .nbl-lt-philosophy__script,
html body .nbl-lt-close__script,
html body .nbl-al-sig__script,
html body .nbl-sa-closeband__script,
html body [class$="__title-script"],
html body .nbl-script {
	font-family: var(--nbl-script) !important;
}

/* Keep explicit serif spans on Playfair even inside headings */
html body [class*="__title-serif"],
html body .nbl-hero__title-serif,
html body .nbl-sm-hero__title-serif {
	font-family: var(--nbl-serif) !important;
}

/* Keep explicit sans labels on Montserrat */
html body .nbl-eyebrow,
html body .nbl-label,
html body .nbl-sm-hero__eyebrow,
html body .nbl-tabs,
html body .nbl-btn,
html body .nbl-header,
html body .nbl-footer {
	font-family: var(--nbl-sans) !important;
}

html body .nbl-footer__phone,
html body .nbl-footer__phone a,
html body .nbl-footer__tagline,
html body .nbl-footer__blurb,
html body .nbl-footer__heading {
	font-family: var(--nbl-serif) !important;
}
