@import url("https://use.typekit.net/mrs5kzl.css");

@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: 'CircularStdBook';
    src: url('../fonts/CircularStd/CircularStd-Book.otf');
}
@font-face {
    font-family: 'CircularStdBlack';
    src: url('../fonts/CircularStd/CircularStd-Bold.otf');
}
@font-face {
    font-family: 'ElephantRegular';
    src: url('../fonts/Elephant/ELEPHNT.TTF');
}
@font-face {
    font-family: 'BrandonGrotesqueRegular';
    src: url('../fonts/BrandonGrotesque/BrandonGrotesque-Regular_0.otf');
}
@font-face {
    font-family: 'BrandonGrotesqueMedium';
    src: url('../fonts/BrandonGrotesque/Brandon_med.otf');
}
@font-face {
    font-family: 'BrandonGrotesqueBold';
    src: url('../fonts/BrandonGrotesque/Brandon_bld.otf');
}
@font-face {
    font-family: 'BrandonGrotesqueBlack';
    src: url('../fonts/BrandonGrotesque/BrandonGrotesque-Black.otf');
}


/*.__opensans_regular {
    font-family: 'OpenSansRegular';
}

.__montserrat_regular {
    font-family: 'MontserratRegular';
}*/



body {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body#tinymce.wp-editor {
    font-family: "basic-sans", sans-serif;
    font-weight: 300;
}

.mceContentBody.wp-editor {
    background-color: #b0b0b0;
}