@font-face {
    font-family: 'Oxanium-Bold';
    src: url('Oxanium-Bold.eot');
    src: local('Oxanium Bold'), local('Oxanium-Bold'),
        url('Oxanium-Bold.eot?#iefix') format('embedded-opentype'),
        url('Oxanium-Bold.woff2') format('woff2'),
        url('Oxanium-Bold.woff') format('woff'),
        url('Oxanium-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium-Regular';
    src: url('Oxanium-Regular.eot');
    src: local('Oxanium Regular'), local('Oxanium-Regular'),
        url('Oxanium-Regular.eot?#iefix') format('embedded-opentype'),
        url('Oxanium-Regular.woff2') format('woff2'),
        url('Oxanium-Regular.woff') format('woff'),
        url('Oxanium-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium-ExtraBold';
    src: url('Oxanium-ExtraBold.eot');
    src: local('Oxanium ExtraBold'), local('Oxanium-ExtraBold'),
        url('Oxanium-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Oxanium-ExtraBold.woff2') format('woff2'),
        url('Oxanium-ExtraBold.woff') format('woff'),
        url('Oxanium-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium-Light';
    src: url('Oxanium-Light.eot');
    src: local('Oxanium Light'), local('Oxanium-Light'),
        url('Oxanium-Light.eot?#iefix') format('embedded-opentype'),
        url('Oxanium-Light.woff2') format('woff2'),
        url('Oxanium-Light.woff') format('woff'),
        url('Oxanium-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.light,h2,h3,h4,h5,h6,
h2.banner-title{
    font-family: 'Oxanium-Light', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Regular */
body,input,textarea,select{
    font-family: 'Oxanium-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* BOLD */
input.wpcf7-form-control.wpcf7-submit,
strong,b,.bold,h2.banner-title.bold{
    font-family: 'Oxanium-Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


