/**
 * UPSPORT brand typography
 * Headings: Neulis Alt Bold
 * Body: Poppins Regular
 *
 * Font files: public/front_assets/fonts/NeulisAlt-Bold.woff2 + .woff
 */

:root {
    --font-body: 'Poppins', sans-serif;
    --font-brand: 'Neulis Alt Bold', 'Neulis Alt', sans-serif;
    --page-font: var(--font-brand);
    --default-font: var(--font-body);
}

html,
body {
    font-family: var(--font-body);
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="__title"],
.hero-elite-title,
.hero-elite-title__accent,
.hero-elite-brand-tag,
.sc-hero-serif,
.elite-header-brand__name,
.section-title h1,
.section-title h2,
.section-title h3,
.page-header-box h1,
.elite-page-hero__title,
.elite-program-card__title,
.elite-programs__title,
.elite-facilities__item-title,
.elite-match-card__title,
.elite-blog__card-title,
.elite-contact__form-title,
.club-section-title,
.club-upcoming__title,
.club-hero__title,
.club-excellence__title,
.club-champions__title,
.club-coach-card__name,
.club-blog-card__title,
.club-fixture__teams,
.footer-links h3 {
    font-family: var(--font-brand);
    font-weight: 700;
}

[class*="__eyebrow"],
[class*="__text"],
[class*="__desc"],
[class*="__lead"],
[class*="__subtitle"],
[class*="__breadcrumb"],
[class*="__role"],
[class*="__label"],
[class*="__meta"],
[class*="__excerpt"],
[class*="__stat-label"],
[class*="__quote-text"],
[class*="__quote-author"],
.elite-header-brand__sub,
.main-header.elite-header .main-menu ul li > a,
p,
li,
label,
input,
textarea,
select,
button,
.nav-link,
.btn,
cite {
    font-family: var(--font-body);
    font-weight: 400;
}

.elite-champions__title,
.elite-champions__stat-num,
.elite-champions__badge-top-num {
    font-family: var(--font-brand);
    font-weight: 700;
}
