html {
font-family: $global-font-family;
font-weight: $global-font-weight;
font-size: $global-font-size;
line-height: $global-line-height;
width: 100%;
scroll-behavior: smooth;
}
body {
background-color: white;
height: 100vh;
margin: 0;
overflow: hidden;
}