/* Helvetica Regular */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Helvetica Bold */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* Helvetica Light */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Helvetica Oblique */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_oblique.otf') format('opentype');
  font-weight: 400;
  font-style: oblique;
  font-display: swap;
}
/* Helvetica Bold Oblique */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_boldoblique.otf') format('opentype');
  font-weight: 700;
  font-style: oblique;
  font-display: swap;
}
/* Helvetica Light Oblique */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_lightoblique.otf') format('opentype');
  font-weight: 300;
  font-style: oblique;
  font-display: swap;
}
/* Helvetica Cyrillic Bold Oblique */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_cyr_boldoblique.ttf') format('truetype');
  font-weight: 700;
  font-style: oblique;
  font-display: swap;
}
/* Helvetica Cyrillic Oblique */
@font-face {
  font-family: 'Helvetica';
  src: url('fonts/Helvetica/helvetica_cyr_oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: oblique;
  font-display: swap;
}
