@font-face {
  font-family: "SVN-Gotham";
  src: url("./SVN-Gotham Bold.otf") format("opentype"),
  url("./SVN-Gotham Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gotham";
  src: url("./SVN-Gotham Book.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SVN-Gotham";
  src: url("./SVN-Gotham Regular.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}





