@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');
}
@font-face {
    font-family: 'BrandonGrotesqueLight';
    src: url('../fonts/BrandonGrotesque/BrandonGrotesque-Light.ttf');
}
@font-face {
    font-family: 'BrandonGrotesqueRegular';
    src: url('../fonts/BrandonGrotesque/BrandonGrotesque-Regular.ttf');
}
@font-face {
    font-family: 'PoppinsLight';
    src: url('../fonts/Poppins/Poppins-Light.ttf');
}
@font-face {
    font-family: 'PoppinsRegular';
    src: url('../fonts/Poppins/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'PoppinsMedium';
    src: url('../fonts/Poppins/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'PoppinsSemiBold';
    src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'PoppinsBold';
    src: url('../fonts/Poppins/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'PoppinsBlack';
    src: url('../fonts/Poppins/Poppins-Black.ttf');
}
@font-face {
    font-family: 'BebasNeueBold';
    src: url('../fonts/theme_fonts/BebasNeue-Bold.otf');
}
@font-face {
    font-family: 'GillSansLight';
    src: url('../fonts/theme_fonts/gillsans-light.ttf');
}
@font-face {
    font-family: 'GillSansRegular';
    src: url('../fonts/theme_fonts/GillSansMT-Regular.ttf');
}
@font-face {
    font-family: 'GillSansSemiBold';
    src: url('../fonts/theme_fonts/GillSans-SemiBold.ttf');
}
@font-face {
    font-family: 'GillSansBold';
    src: url('../fonts/theme_fonts/GillSansMT-Bold.ttf');
}


/*.__opensans_regular {
    font-family: 'OpenSansRegular';
}

.__montserrat_regular {
    font-family: 'MontserratRegular';
}*/



body {
    font-family: 'GillSansLight';
}

body#tinymce.wp-editor {
    font-family: 'GillSansLight' !important;
}

.mceContentBody.wp-editor {
    background-color: #b0b0b0;
}