﻿/*Rebranding Additions: Fonts*/
/*Loading these fonts will cause invalid path errors in IE (you'll catch an exception in the Global.asax.cs file).
    To avoid this, this stylesheet should be loaded only if the browser is not IE. */

/*Don't uncomment the unused fonts, as it just wastes time and resources loading them.*/

/*@font-face {
        font-family: HelveticaNeue;
        src: url("../font/HelveticaNeue-Condensed.otf") format("opentype");	
}*/

/*@font-face { 
        font-family: HelveticaNormal;
        src: url("../font/Helvetica/helvetica-normal.ttf") format("truetype");
}*/

@font-face {
        font-family: MuseoSans;
        src: url("font/MuseoSans_900.otf") format("opentype");
}

@font-face {
        font-family: ProximaNovaRegular;
        src: url("font/Mark Simonson - Proxima Nova Regular.otf") format("opentype");
}

@font-face {
        font-family: ProximaNovaBold;
        src: url("font/Mark Simonson - Proxima Nova Bold.otf") format("opentype");
}