﻿@font-face {
    font-family: 'scandiawebmedium';
    src: url('../fonts/scandiawebmedium.eot');
    src: url("../fonts/scandiawebmedium.eot?#iefix") format("embedded-opentype"), url('../fonts/scandiawebmedium.woff2') format('woff2'), url('../fonts/scandiawebmedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: .5rem !important;
}

/*Don't add the !important in the font-family here, the search icon will disappear as it's using glyphicons*/
    html * {
        font-family: 'scandiawebmedium';
    }

/*Overriding this style as the label abd button is still showing Hind font-family*/
.energysupplierlookup-label {
    font-family: 'scandiawebmedium' !important;
}
.defaultbutton {
    font-family: 'scandiawebmedium' !important;
}