html {
scroll-behavior: smooth;
&::-webkit-scrollbar {
width: 0;
opacity: 0;
display: none;
}
}
body {
background: #faf9f8;
color: #313236;
font-family: 'SuisseIntl', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
position: relative;
overflow-x: hidden !important;
-webkit-tap-highlight-color: transparent;
}