@font-face {
  font-family: "TT Interfaces";
  src: url("/font-family/TTInterfaces-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: #cdcdcd;
  /* overflow-y: hidden;
  transition: transform 1000ms; */
}

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  outline: none;
  border: none;
  /* scroll-behavior: smooth; */
}
:root{
  color-scheme: only light;
}
.scroll-none {
  overflow: hidden !important;
}
