*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

font-family:var(--font-family);

font-size:var(--font-size-base);

background:var(--background);

color:var(--text);

line-height:var(--line-normal);

overflow-x:hidden;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

color:inherit;

}

button{

font:inherit;

cursor:pointer;

border:none;

background:none;

}

ul{

list-style:none;

}

input,

textarea,

select{

font:inherit;

outline:none;

}