*::-webkit-scrollbar {
  display: none;
}
* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
html::-webkit-scrollbar {
  display: none;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html {
  overflow-x: hidden;
}
@font-face {
  font-family: Adobe Light;
  src: url(/assets/adobe_light-BXonbpAQ.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
