*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	min-height: 100vh;
}

h1,
h2,
h3,
h4,
p {
	margin: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select {
	font: inherit;
	color: inherit;
}

button {
	border: 0;
	background: transparent;
	cursor: pointer;
}
*{

margin:0;

padding:0;

box-sizing:border-box;

}

html{

font-size:16px;

scroll-behavior:smooth;

}

body{

font-family:

Inter,

Segoe UI,

sans-serif;

background:var(--background);

color:var(--text);

}

button{

cursor:pointer;

border:none;

background:none;

}

a{

text-decoration:none;

color:inherit;

}

input,

select,

textarea{

outline:none;

font:inherit;

}

img{

max-width:100%;

display:block;

}