/* 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;
}

/* Montserrat Font from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* Stem Bold Font */
@font-face {
  font-family: 'Stem';
  src: url('/fonts/stem-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

