@font-face {
  font-family: "Gotham Book";
  src: url("./images/Gotham-Book.woff2") format("woff2"),
    url("./images/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("./images/Gotham-Bold.woff2") format("woff2"),
    url("./images/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

html {
  height: 100vh;
  height: -webkit-fill-available;
}

body {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: 100%;
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: black;
}

img {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  inset: 0;
  object-fit: cover;
}
