@font-face {
    font-family: 'Oxanium';
    src: url('Oxanium-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('Oxanium-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oxanium';
    src: url('Oxanium-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Oxanium', Arial, sans-serif;
}


.light,h2,h3,h4,h5,h6,
h2.banner-title{
    font-weight: 300;
    font-display: swap;
}

/* Regular */
body,input,textarea,select{
    font-weight: 400;
    font-display: swap;
}

/* BOLD */
input.wpcf7-form-control.wpcf7-submit,
strong,b,.bold,h2.banner-title.bold,
.woocommerce-loop-product__title,
.price-box p.price{
    font-weight: 700;
    font-display: swap;
}


