@font-face {
  font-family: "GothamBold";
  src: local("GothamBold"),
   url("./assets//Fonts/GothamBold.ttf") format("truetype");
  font-weight: bold;
  }

  @font-face {
    font-family: "GothamBook";
    src: local("GothamBook"),
     url("./assets//Fonts/GothamBook.ttf") format("truetype");
    font-weight: bold;
    }

body {
  margin: 0;
  font-family: 'GothamBold',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}
