/*  Fortem Font Loader 
    by Bas de Bruin  */

@font-face {
    font-family: 'Fortem Web';
    src: url('Fortem-Bold.eot');
    src: url('Fortem-Bold.eot?#iefix') format('embedded-opentype'),
        url('Fortem-Bold.woff2') format('woff2'),
        url('Fortem-Bold.woff') format('woff'),
		url('Fortem-Bold-v2.otf') format('opentype'),
        url('Fortem-Bold.ttf') format('truetype'),
        url('Fortem-Bold.svg#Fortem-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}