@font-face {
    font-family: "Gotham Book";
    src:
      local("Gotham Book"),
      url("../Assets/Fonts/Gotham-Book.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Gotham Medium";
    src:
      local("Gotham Medium"),
      url("../Assets/Fonts/Gotham-Medium.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Gotham Bold";
    src:
      local("Gotham Bold"),
      url("../Assets/Fonts/Gotham-Bold.otf") format("opentype");
    font-display: swap;
}

@font-face {
  font-family: "Archer Semibold";
  src:
    local("Archer Semibold"),
    url("../Assets/Fonts/Archer-Semibold.otf") format("opentype");
  font-display: swap;
}

@font-face {
    font-family: "Archer Black";
    src:
      local("Archer Black"),
      url("../Assets/Fonts/Archer-Black.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Archer Extra Black";
    src:
      local("Archer Extra Black"),
      url("../Assets/Fonts/Archer-XBlack.otf") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: "Archer Ultra";
    src:
      local("Archer Ultra"),
      url("../Assets/Fonts/Archer-Ultra.otf") format("opentype");
    font-display: swap;
}