/*Aggro fonts*/
@font-face {
    font-family: 'SBAggro';
    src: url('/fonts/OTSBAggroL.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'SBAggro';
    src: url('/fonts/OTSBAggroM.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'SBAggro';
    src: url('/fonts/OTSBAggroB.woff') format('woff');
    font-weight: 900;
}


/*Shadows Into Light*/
@font-face {
    font-family: 'Shadows Into Light';
    src: url('/fonts/ShadowsIntoLight-Regular.woff') format('woff');
    font-weight: 400;
}