/* Helvetica Neue Cyr Font Face */
@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_roman.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_black.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('/fonts/helveticaneuecyr_ultralightitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

