@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700;800;900&display=swap');

/* =========================================================
   KING OF THE HALF — GLOBAL HEADING TYPOGRAPHY
   One display font across the entire website.
   ========================================================= */

:root{
    --koh-heading-font:"Barlow Condensed",Arial,sans-serif;
}

/*
   Keep each page's existing sizing, color, spacing and layout.
   Standardize only the font family.
*/
h1,
h2,
h3,
h4,
h5,
h6{
    font-family:var(--koh-heading-font)!important;
}


/* Major page/section headings use the heavy percentage style */
.payment-heading h2,
.section-head h2,
.register-page-head h1,
.rank-hero h1{
    font-family:var(--koh-heading-font)!important;
    font-weight:900!important;
}


/* Registration page specifically */
body.registration-page-v2
.payment-heading h2{
    font-family:var(--koh-heading-font)!important;
    font-weight:900!important;
    font-style:normal!important;
}

