@CHARSET "UTF-8";

/*********/
/* FONTS */
/*********/

@font-face
{
	font-family: "Frutiger Next Light";
	src: url("../fonts/frutiger-next-light.woff") format("woff"), url("../fonts/frutiger-next-light.ttf") format("truetype");
}

@font-face
{
	font-family: "Frutiger Next Bold";
	src: url("../fonts/frutiger-next-bold.woff") format("woff"), url("../fonts/frutiger-next-bold.ttf") format("truetype");
}

@font-face
{
	font-family: "Frutiger Next Regular";
	src: url("../fonts/frutiger-next-regular.woff") format("woff"), url("../fonts/frutiger-next-regular.ttf") format("truetype");
}

@font-face
{
	font-family: "Frutiger Next Medium";
	src: url("../fonts/frutiger-next-medium.woff") format("woff"), url("../fonts/frutiger-next-medium.ttf") format("truetype");
}
