@font-face {
    font-family: Cuprum;
    src: url('/fonts/Cuprum/Cuprum-Regular.eot');
    src: url('/fonts/Cuprum/Cuprum-Regular.eot?') format('eot'),
    url('/fonts/Cuprum/Cuprum-Regular.ttf')  format('truetype');
}
@font-face {
    font-family: Cuprum-bold;
    src: url('/fonts/Cuprum/Cuprum-Bold.eot'); 
    src: url('/fonts/Cuprum/Cuprum-Bold.eot?') format('eot'),
    url('/fonts/Cuprum/Cuprum-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/roboto.eot);
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('roboto'), local('roboto'), url(/fonts/roboto.ttf);
}

@font-face {
    font-family: "RobotoCondensed";
    font-style: normal;
    font-weight: 300;
    src: local("RobotoCondensed Light"), local("RobotoCondensedLight"), url(/fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.woff) format("woff");
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.eot);
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 300;
    src: local('RobotoCondensed'), local('RobotoCondensed'), url(/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.ttf);
}

@font-face {
    font-family: "RobotoCondensed";
    font-style: normal;
    font-weight: 300;
    src: local("RobotoCondensedRegular Light"), local("RobotoCondensedRegular"), url(/fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.woff) format("woff");
}
@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    src: local('Rubik'), local('Rubik'), url(/fonts/Rubik.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans'), local('OpenSans'), url(/fonts/OpenSans.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-style: bold;
    font-weight: 700;
    src: local('OpenSans'), local('OpenSans'), url(/fonts/OpenSans-Bold.ttf);
}