/**
 * Familia Gotham — misma familia que banni.es.
 * Archivos en /public/assets/fonts/ (OTF con el nombre que hayas copiado).
 */
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham%20Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham%20Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham%20Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
