:root {
	interpolate-size: allow-keywords;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul {
	list-style-type: none;
}

ul,
li {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	&:hover {
		text-decoration: none;
	}
}

img {
	vertical-align: middle;
}

body {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	color: #757575;
	background-color: #f6f8f9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	line-height: 2.6rem;
}

button {
	user-select: none;
}

[v-cloak] {
	display: none !important;
}