/* Fonts */
@font-face{
    font-family: 'Aller';   
    src: url("../fonts/Aller_Rg.eot");
    src: local('Aller'), url("../fonts/allerrg.otf") format('opentype');
    src: local('Aller'), url("../fonts/Aller_Rg.woff") format('woff');
    src: local('Aller'), url("../fonts/Aller_Rg.ttf") format('truetype');   
}
@font-face{
    font-family: 'Aller-Bold';   
    src: url("../fonts/Aller_Bd.eot");
    src: local('Aller-Bold'), url("../fonts/Aller_Bd.woff") format('woff');
    src: local('Aller-Bold'), url("../fonts/allerbd.otf") format('opentype'); 
    src: local('Aller-Bold'), url("../fonts/Aller_Bd.ttf") format('truetype');
}
@font-face{
    font-family: 'Roboto';   
    src: url("../fonts/Roboto-Regular.eot");
    src: local('Roboto'), url("../fonts/Roboto-Regular.woff") format("woff");
    src: local('Roboto'), url("../fonts/Roboto-Regular.ttf") format("truetype"); 
    src: local('Roboto'), url("../fonts/robotoregular.otf") format("opentype");
}
@font-face{
    font-family: 'Roboto-Light';   
    src: url("../fonts/Roboto-Light.eot");
    src: local('Roboto-Light'), url("../fonts/Roboto-Light.woff") format("woff");
    src: local('Roboto-Light'), url("../fonts/Roboto-Light.ttf") format("truetype"); 
    src: local('Roboto-Light'), url("../fonts/robotolight.otf") format("opentype");  
}
@font-face{
    font-family: 'Roboto-Medium';   
    src: url("../fonts/Roboto-Medium.eot");
    src: local('Roboto-Medium'), url("../fonts/Roboto-Medium.woff") format("woff");
    src: local('Roboto-Medium'), url("../fonts/Roboto-Medium.ttf") format("truetype"); 
    src: local('Roboto-Medium'), url("../fonts/robotomedium.otf") format("opentype");
}