
@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;600;700&display=swap");

/* changed to use google webfonts because bold didnt work in IE with imported fonts
@font-face {
    font-family: "Muli";
    src: url("../fonts/Muli-Light-webfont.eot");
    src: url("../fonts/Muli-Light-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Muli-Light-webfont.woff") format("woff"),
         url("../fonts/Muli-Light-webfont.ttf") format("truetype"),
         url("../fonts/Muli-Light-webfont.svg#MuliLight") format("svg");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-LightItalic-webfont.eot');
    src: url('../fonts/Muli-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-LightItalic-webfont.woff') format('woff'),
         url('../fonts/Muli-LightItalic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-LightItalic-webfont.svg#MuliLightItalic') format('svg');
    font-weight: lighter;
    font-style: italic;

}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Regular-webfont.eot');
    src: url('../fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Regular-webfont.woff') format('woff'),
         url('../fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/Muli-Italic-webfont.eot');
    src: url('../fonts/Muli-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Italic-webfont.woff') format('woff'),
         url('../fonts/Muli-Italic-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Italic-webfont.svg#MuliItalic') format('svg');
    font-weight: normal;
    font-style: italic;

}
*/