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