/* =========================
   GOTHAM LIGHT
========================= */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff") format("woff"),
       url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* =========================
   GOTHAM BOOK
========================= */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Book.woff") format("woff"),
       url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* =========================
   GOTHAM MEDIUM
========================= */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.woff") format("woff"),
       url("../fonts/Gotham-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



/* =========================
   GOTHAM BOLD
========================= */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.woff") format("woff"),
       url("../fonts/Gotham-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* =========================
   GOTHAM ULTRA
========================= */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Ultra.woff") format("woff"),
       url("../fonts/Gotham-Ultra.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* =========================
   GOTHAM ITALIC (BOOK)
========================= */
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-BookIta.woff") format("woff"),
       url("../fonts/Gotham-BookIta.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
