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

html {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	margin: 0;
	font-family: "Rubik", sans-serif;
	font-size: 12px;
	color: #616161;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-size: inherit;
}

html,
body {
	height: 100%;
	line-height: 1;
}

a {
	text-decoration: none;
}

ol,
ul,
li {
	list-style: none;
}

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

button {
	cursor: pointer;
}
