*,
*::before,
*::after{

margin:0;
padding:0;
box-sizing:border-box;

}

html{

scroll-behavior:smooth;

}

body{

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

background:var(--sv-bg);

color:var(--sv-text);

line-height:1.6;

overflow-x:hidden;

}

img{

max-width:100%;

display:block;

}

a{

text-decoration:none;

color:inherit;

}

ul{

list-style:none;

}

button{

cursor:pointer;

border:none;

background:none;

font-family:inherit;

}

input,
textarea,
select{

font-family:inherit;

outline:none;

}

table{

border-collapse:collapse;

width:100%;

}