/**Шрифты**/
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src:  local('Roboto Condensed Regular'),
        local('RobotoCondensed-Regular'),
  url(../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 600;
  src:  local('Roboto Condensed Bold'),
        local('RobotoCondensed-Bold'),
  url(../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Condensed Italic'),
       local('RobotoCondensed-Italic'),
  url(../fonts/RobotoCondensed/RobotoCondensed-Italic.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 600;
  src: local('Roboto Condensed BoldItalic'),
  local('RobotoCondensed-BoldItalic'),
  url(../fonts/RobotoCondensed/RobotoCondensed-BoldItalic.ttf) format('truetype');
}

/**Иконки**/
@font-face {
	font-family: 'Elements';
	src:url('../fonts/elements/icomoon.eot'),
	    url('../fonts/elements/icomoon.eot') format('embedded-opentype'),
		url('../fonts/elements/icomoon.woff') format('woff'),
		url('../fonts/elements/icomoon.ttf') format('truetype'),
		url('../fonts/elements/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Icons';
	src:url('../fonts/icons/icomoon.eot'),
	    url('../fonts/icons/icomoon.eot') format('embedded-opentype'),
		url('../fonts/icons/icomoon.woff') format('woff'),
		url('../fonts/icons/icomoon.ttf') format('truetype'),
		url('../fonts/icons/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}