/* =========================================================
   DAMIAN PHILPOTT — BOOK PAGE TITLE EXACT FIX V1
   ---------------------------------------------------------
   Targets the actual page heading markup:
   <h1 class="h2">Book an appointment</h1>

   Booking-page scoped via :has(#booknetic_theme_8).
   ========================================================= */

@media screen and (min-width: 1001px) {
    body:has(#booknetic_theme_8) .page-title > h1.h2,
    body:has(#booknetic_theme_8) .page-title h1.h2 {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-weight: 200 !important;
        font-variation-settings: "wght" 200 !important;
        letter-spacing: -0.025em !important;
        -webkit-font-smoothing: antialiased !important;
        text-rendering: geometricPrecision !important;
    }
}
