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

@font-face {
    font-family: 'Frutiger';
    src: url('frutiger-bold.eot');
    src: url('frutiger-bold.eot?#iefix') format('embedded-opentype'),
         url('frutiger-bold.woff') format('woff'),
		 local('Frutiger'), url("frutiger-bold.svg#frutiger-bold") format("svg"),
         url('frutiger-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
font-family: 'Frutiger LT Std 47 Light Condensed';
font-style: normal;
font-weight: normal;
src: local('Frutiger LT Std 47 Light Condensed'), url("FrutigerLTStd-LightCn.eot"); /* IE9 Compat Modes */
src: local('Frutiger LT Std 47 Light Condensed'), url("FrutigerLTStd-LightCn.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	local('Frutiger LT Std 47 Light Condensedd'), url("FrutigerLTStd-LightCn.woff") format("woff"), /* Modern Browsers */
	local('Frutiger LT Std 47 Light Condensed'), url("FrutigerLTStd-LightCn.ttf")  format("truetype"), /* Safari, Android, iOS */
	local('Frutiger LT Std 47 Light Condensed'), url("FrutigerLTStd-LightCn.svg#FrutigerLTStd-LightCn") format("svg"); /* Legacy iOS */
}
@import url('https://fonts.googleapis.com/css?family=Istok+Web');