@font-face {
  font-family: "Gotham";
  src: url("./fonts/Gotham-Book.woff") format("woff"),
    url("./fonts/Gotham-Book.woff2") format("woff2");
}
* {
  font-family: "Gotham";
  font-size: 14px;
}
