@font-face {
  font-family: "Helvetica";
  src: url("./fonts/Helvetica.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica63";
  src: url("./fonts/Helvetica63.otf") format("opentype");
}
@font-face {
  font-family: "WorkSans";
  src: url("./fonts/WorkSans-Regular.ttf") format("truetype");
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #000;
  overflow-x: clip;
  max-width: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #000;
  overflow-x: clip;
  max-width: 100%;
  width: 100%;
}