/* Initialize Geist Font Faces */
@font-face {
    font-family: 'Geist';
    src: url('../../fonts/geist/Geist-Light.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Light.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/geist/Geist-Light.otf') format('opentype'); /* Legacy */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist';
    src: url('../../fonts/geist/Geist-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Regular.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/geist/Geist-Regular.otf') format('opentype'); /* Legacy */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist';
    src: url('../../fonts/geist/Geist-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Medium.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/geist/Geist-Medium.otf') format('opentype'); /* Legacy */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist';
    src: url('../../fonts/geist/Geist-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Bold.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/geist/Geist-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/geist/Geist-Bold.otf') format('opentype'); /* Legacy */
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Initialize Avenir Font Faces */
@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/avenir/Avenir-Book.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/avenir/Avenir-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/avenir/Avenir-Book.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/avenir/Avenir-Book.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/avenir/Avenir-Book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/avenir/Avenir-Book.otf') format('opentype'); /* Legacy */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/avenir/Avenir-Roman.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/avenir/Avenir-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/avenir/Avenir-Roman.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/avenir/Avenir-Roman.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/avenir/Avenir-Roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/avenir/Avenir-Roman.otf') format('opentype'); /* Legacy */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../../fonts/avenir/Avenir-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../../fonts/avenir/Avenir-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../fonts/avenir/Avenir-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../../fonts/avenir/Avenir-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../../fonts/avenir/Avenir-Heavy.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../fonts/avenir/Avenir-Heavy.otf') format('opentype'); /* Legacy */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.tab-button {
    font-family: 'Geist', sans-serif!important;
    font-weight: 400!important;
}

h1.hero-v2-title,
h2.hero-v2-title,
.auto-load-tabs h2.title,
h2.badges-title,
.block-logo-slider h2.title,
h2.column-blocks-v2-title,
h2.testimonials-v2-title,
h2.faq-v2-title,
.button-pill,
.button-list,
.column-blocks-v2 h4.block-title,
.testimonial-name,
.block-link,
.faq-question h3,
.tab-more-btn,
.left-alignment .tab-button {
    font-family: 'Geist', sans-serif!important;
    font-weight: bold!important;
}

.block-logo-slider h3.title {
    font-family: 'Geist', sans-serif!important;
    font-weight: 500!important;
}

.testimonial-pos {
    font-family: 'Geist', sans-serif!important;
    font-weight: 300!important;
}

.hero-v2 p, 
p.pill-title, 
.auto-load-tabs p, 
.block-logo-slider p, 
p.column-blocks-v2-subtitle, 
.column-blocks-v2 .block-text, 
.faq-v2-subtitle, 
.faq-answer p {
    font-family: 'Avenir', sans-serif!important;
    font-weight: 400!important;
}

.auto-load-tabs p {
    font-size: 18px;
}

.testimonial-text {
    font-family: 'Avenir', sans-serif!important;
    font-weight: 500!important;
}

