@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helveticaneuecyr_thin.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/ralewayblack.woff2') format('woff2'),
       url('../fonts/ralewayblack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/ralewayregular.woff2') format('woff2'),
       url('../fonts/ralewayregular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}