/* Initialize Geist Font Faces */
@font-face {
    font-family: 'Geist';
    src: url('../woff2/geist-light.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/geist-light.woff') format('woff'), /* Modern Browsers */
         url('../ttf/geist-light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/geist-light.otf') format('opentype'); /* Legacy */
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist';
    src: url('../woff2/geist-regular.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/geist-regular.woff') format('woff'), /* Modern Browsers */
         url('../ttf/geist-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/geist-regular.otf') format('opentype'); /* Legacy */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist';
    src: url('../woff2/geist-medium.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/geist-medium.woff') format('woff'), /* Modern Browsers */
         url('../ttf/geist-medium.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/geist-medium.otf') format('opentype'); /* Legacy */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geist';
    src: url('../woff2/geist-bold.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/geist-bold.woff') format('woff'), /* Modern Browsers */
         url('../ttf/geist-bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/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('../eot/avenir-book.eot'); /* IE9 Compat Modes */
    src: url('../eot/avenir-bookd41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../woff2/avenir-book.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/avenir-book.woff') format('woff'), /* Modern Browsers */
         url('../ttf/avenir-book.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/avenir-book.otf') format('opentype'); /* Legacy */
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../eot/avenir-roman.eot'); /* IE9 Compat Modes */
    src: url('../eot/avenir-romand41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../woff2/avenir-roman.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/avenir-roman.woff') format('woff'), /* Modern Browsers */
         url('../ttf/avenir-roman.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/avenir-roman.otf') format('opentype'); /* Legacy */
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../eot/avenir-heavy.eot'); /* IE9 Compat Modes */
    src: url('../eot/avenir-heavyd41d.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../woff2/avenir-heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../woff/avenir-heavy.woff') format('woff'), /* Modern Browsers */
         url('../ttf/avenir-heavy.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../otf/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;
}

