/* kudryashev-display - custom local font */
@font-face {
  font-display: swap;
  font-family: 'Kudryashev Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kudryashev-display.woff2') format('woff2');
}

/* helvetica - regular */
@font-face {
  font-display: swap;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/helvetica.woff2') format('woff2');
}

/* helvetica - bold */
@font-face {
  font-display: swap;
  font-family: 'Helvetica';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/helvetica-bold.woff2') format('woff2');
}