@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}
@font-face {
    font-family: 'MontserratMedium';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
}


/*.__opensans_regular {
    font-family: 'OpenSansRegular';
}

.__montserrat_regular {
    font-family: 'MontserratRegular';
}*/



body {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body#tinymce.wp-editor {
    font-family: "gotham", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mceContentBody.wp-editor {
    background-color: #b0b0b0;
}