@font-face {
  font-family: "Inter Tight";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NGSwv5HMAFg6IuGlBNMjxLsH8ag.woff2") format("woff2");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-family: "Inter Tight", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #020202;
  max-width: 100vw;
  overflow-x: hidden;
}
