/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Frutiger LT W01_45 Ligh1475730';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('/theme/css/roboto/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/theme/css/roboto/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
	font-family: "Frutiger LT W01_87 X Black Cn";
	src: 
		url("/theme/css/roboto/RobotoCondensed-Bold.woff2") format("woff2"),
		url("/theme/css/roboto/RobotoCondensed-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Museo Slab W01_500';
  font-style: normal;
  font-weight: 400;
  src: local(''),
	   url('/theme/css/roboto-slab/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('/theme/css/roboto-slab/roboto-slab-v24-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}