/* Gotham — положите лицензированные .woff в ../fonts/gotham/ */
@font-face {
  font-family: 'gotham';
  font-display: swap;
  src: url('../fonts/gotham/gotham-light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

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

@font-face {
  font-family: 'gotham';
  font-display: swap;
  src: url('../fonts/gotham/gotham-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'gotham';
  font-display: swap;
  src: url('../fonts/gotham/gotham-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'gotham';
  font-display: swap;
  src: url('../fonts/gotham/gotham-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
