/* Gotham Bold Font */
@font-face {
  font-family: 'GothamBold';
  src: url('../fonts/Gotham-Bold.woff2') format('woff2'); /* Modern browsers */
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Gotham Ultra Font */
@font-face {
  font-family: 'GothamUltra';
  src: url('../fonts/Gotham-Ultra.woff2') format('woff2'); /* Modern browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Gotham Light Font */
@font-face {
  font-family: 'GothamLight';
  src: url('../fonts/Gotham-Light.woff2') format('woff2'); /* Modern browsers */
  font-weight: lighter;
  font-style: normal;
  font-display: swap;
}