<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Aller Normal */
@media screen {
	@font-face {
		font-family: "Aller";
		font-weight: normal;
		font-style: normal;
		src: 
		url("Aller_Rg.eot?#iefix") format("embedded-opentype"),
		url("Aller_Rg.eot?#iefix") format("eot"),
		url("Aller_Rg.woff") format("woff"),
		url("Aller_Rg.ttf") format("truetype"),
		url("Aller_Rg.svg#Aller") format("svg");
	}
}

h1,h2 {
    font-family:Aller;
}

/* Aller Bold */
@media screen {
	@font-face {
		font-family: "Aller";
		font-weight: bold;
		font-style: normal;
		src:
		url("Aller_Rg.eot?#iefix") format("embedded-opentype"),
		url("Aller_Bd.eot?") format("eot"),
		url("Aller_Bd.woff") format("woff"),
		url("Aller_Bd.ttf") format("truetype"),
		url("Aller_Bd.svg#Aller-Bold") format("svg");
	}
}

/* Aller Bold Italic 
@media screen {
	@font-face {
		font-family: "Aller";
		font-weight: bold;
		font-style: italic;
		src:url("Aller_BdIt.eot?") format("eot"),url("Aller_BdIt.woff") format("woff"),url("Aller_BdIt.ttf") format("truetype"),url("Aller_BdIt.svg#Aller-BoldItalic") format("svg");
	}
}*/

/* Aller Italic 
@media screen {
	@font-face {
		font-family: "Aller";
		font-weight: normal;
		font-style: italic;
		src:url("Aller_It.eot?") format("eot"),url("Aller_It.woff") format("woff"),url("Aller_It.ttf") format("truetype"),url("Aller_It.svg#Aller-Italic") format("svg");
	}
}*/

/* Aller Light
@media screen {
	@font-face {
		font-family:"Aller Light";
		src:url("Aller_Lt.eot?") format("eot"),url("Aller_Lt.woff") format("woff"),url("Aller_Lt.ttf") format("truetype"),url("Aller_Lt.svg#Aller-Light") format("svg");
		font-weight:normal;
		font-style:normal;
	}
} */</pre></body></html>