/* Regular */
@font-face {
  font-family: "Helvetica";
  src: url("Helvetica.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Helvetica";
  src: url("Helvetica-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: "Helvetica";
  src: url("helvetica-light-587ebe5a59211.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

/* Oblique (если нужно) */
@font-face {
  font-family: "Helvetica";
  src: url("Helvetica-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('./Gotham-Book.woff2') format('woff2'),
    url('./fonts/Gotham-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('./gotham-bookitalic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('./Gotham-Medium.woff2') format('woff2'),
    url('./Gotham-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham';
  font-display: swap;
  src: url('./Gotham-Bold.woff2') format('woff2'),
    url('./Gotham-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}