
  body {
    background: #fff;
    color: #a8a0a0;
    color: #333333;
    font-family: "system-ui";

  }
  html {
    scroll-behavior: smooth;
}

*::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #FFF2E0;
}

  
@font-face {
  font-family: "ITC Stylus Std";
  src: url("../../assets/webfonts/webfonts/Stylus.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}


