@font-face {
  font-family: 'gotham_black';
  src: url('../fonts/gotham_black/gotham_black.woff2') format('woff2'),
      url('../fonts/gotham_black/gotham_black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'carnas_bold';
  src: url('../fonts/carnas_bold/carnas_bold.woff2') format('woff2'),
       url('../fonts/carnas_bold/carnas_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'carnas_light';
  src: url('../fonts/carnas_light/carnas_light.woff2') format('woff2'),
       url('../fonts/carnas_light/carnas_light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}