.font-0 {
	font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-stretch: normal;
    font-size: 43px/1.2em;
	font-family: 'NoticiaText', serif;
}

.font-2 {
    font: normal normal normal 80px/1.2em 'NoticiaText',serif;
    color: #4D4D4D;
}

.font-3 {
	font: normal normal normal 80px/1.2em 'NoticiaText',serif;
    color: #4D4D4D;
}

.font-4 {
	font: normal normal normal 46px/1.2em 'NoticiaText',serif;
    color: #4D4D4D;
}

.font-6 {
	font: normal normal normal 17px/1.2em 'NoticiaText',serif;
    color: #4D4D4D;
}

.font-7 {
    font: normal normal normal 13px/1.2em 'NoticiaText',sans-serif;
    color: #4D4D4D;
}

.font-8 {
    font: normal normal normal 13px/1.2em 'Open Sans',sans-serif;
    color: #4D4D4D;
}

.white-font {
	color: rgba(255, 255, 255, 1);
}

.crazy-font{
	font-family: 'PolarVortex', serif;
	font-size: 43px;
}


@font-face{
    font-family: "HelveticaNeue";
    src: url("fonts/helveticaneuelight.eot");
    src:
        url("fonts/helveticaneuelight.woff") format("woff"),
        url("fonts/helveticaneuelight.otf") format("opentype"),
        url("fonts/helveticaneuelight.svg#HelveticaNeue") format("svg");
}

@font-face{
    font-family: "NoticiaText";
    src: url("fonts/NoticiaText-Regular.eot");
    src:
        url("fonts/NoticiaText-Regular.woff") format("woff"),
        url("fonts/NoticiaText-Regular.otf") format("opentype"),
        url("fonts/NoticiaText-Regular.svg#NoticiaText") format("svg");
    font-weight: normal;
    font-style: normal;     
}

@font-face{
    font-family: "PolarVortex";
    src: url("fonts/PolarVortex.eot");
    src:
        url("fonts/PolarVortex.woff") format("woff"),
        url("fonts/PolarVortex.otf") format("opentype"),
        url("fonts/PolarVortex.svg#PlarVortex") format("svg");
}