/*-- FontAwesome --*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('fonts/awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fonts/awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('fonts/awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-- End FontAwesome --*/
/*-- Glyphicons --*/
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
       url('fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'),
       url('fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'),
       url('fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'),
       url('fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
/*-- End Glyphicons --*/
/*-- Montserrat --*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic');
/*
font-family: 'Montserrat', sans-serif;
300 - light
400 - Regular
500 - Medium
600 - Semi Bold
700 - Bold
800 - Extra Bold
900 - Black
*/
/*-- End Montserrat --*/