:root {
    --heading-font-family: 'Avenir LT Pro', sans-serif;
    --heading-font-weight: 700;
    --body-font-family: 'Avenir LT Pro', sans-serif;
    --e-a-font-family: 'Avenir LT Pro', sans-serif;
}
html body {
    --heading-font-family: 'Avenir LT Pro', sans-serif!important;
    --heading-font-weight: 700;
    --body-font-family: 'Avenir LT Pro', sans-serif;
    --e-a-font-family: 'Avenir LT Pro', sans-serif;
}
/* Override Elementor Global Fonts */
.elementor-kit-6 {
    --e-global-typography-primary-font-family: 'Avenir LT Pro';
    --e-global-typography-secondary-font-family: 'Avenir LT Pro';
    --e-global-typography-text-font-family: 'Avenir LT Pro';
    --e-global-typography-accent-font-family: 'Avenir LT Pro';

    --e-global-typography-primary-font-weight: 700;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-weight: 500;
}
@font-face {
    font-family: 'Avenir LT Pro';
    src: url('/wp-content/uploads/fonts/avenir/AvenirLTProRoman.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('/wp-content/uploads/fonts/avenir/AvenirLTProMedium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Pro';
    src: url('/wp-content/uploads/fonts/avenir/AvenirLTProHeavy.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body,p {
    font-family: 'Avenir LT Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir LT Pro', sans-serif;
    font-weight: 700;
}
/* Ensure all elements inherit */
*:not(.fa, .fas, .el-icon-home) {font-family: 'Avenir LT Pro', sans-serif!important;}
