html {
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    font-weight: 300;
}

.f-h, h1, h2, h3, h4, h5, h6 {
    font-family: 'HeliosCond-Bold', sans-serif;
    font-weight: 400;
}


@font-face {
  font-family: "HeliosCond-Bold";
  src: url("./fonts/helios.eot"); /* IE9 Compat Modes */
  src: url("./fonts/helios.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/helios.otf") format("opentype"), /* Open Type Font */
    url("./fonts/helios.svg") format("svg"), /* Legacy iOS */
    url("./fonts/helios.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/helios.woff") format("woff"), /* Modern Browsers */
    url("./fonts/helios.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr-Roman";
  src: url("./fonts/helveticaneue.eot"); /* IE9 Compat Modes */
  src: url("./fonts/helveticaneue.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/helveticaneue.otf") format("opentype"), /* Open Type Font */
    url("./fonts/helveticaneue.svg") format("svg"), /* Legacy iOS */
    url("./fonts/helveticaneue.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/helveticaneue.woff") format("woff"), /* Modern Browsers */
    url("./fonts/helveticaneue.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}