@font-face {
	font-family: 'Frutiger';
	src: url('/fonts/frutiger/FrutigerRoman.eot');
	src: url('/fonts/frutiger/FrutigerRoman.eot?#iefix') format('embedded-opentype'),
		url('/fonts/frutiger/FrutigerRoman.woff') format('woff'),
		url('/fonts/frutiger/FrutigerRoman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('/fonts/frutiger/FrutigerBold.eot');
    src: url('/fonts/frutiger/FrutigerBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/frutiger/FrutigerBold.woff') format('woff'),
        url('/fonts/frutiger/FrutigerRoman.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger';
    src: url('/fonts/frutiger/FrutigerLight.eot');
    src: url('/fonts/frutiger/FrutigerLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/frutiger/FrutigerLight.woff') format('woff'),
        url('/fonts/frutiger/FrutigerLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* New EnterpriseSans variation font */
@font-face {
    font-family: "EnterpriseSans";
    src: url("/fonts/EnterpriseSans/EnterpriseSansVF-Regular.woff2") format("woff2 supports variations"),
         url("/fonts/EnterpriseSans/EnterpriseSansVF-Regular.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-style: normal;
}
  
@font-face {
    font-family: "EnterpriseSans";
    src: url("/fonts/EnterpriseSans/EnterpriseSansVF-Italic.woff2") format("woff2 supports variations"),
         url("/fonts/EnterpriseSans/EnterpriseSansVF-Italic.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-style: italic;
}

