*,*::before,*::after{
	box-sizing:border-box
}
html{
	scroll-behavior:smooth
}
body{
	margin:0;
	min-width:320px;
	background:var(--color-bg);
	color:var(--color-text);
	font-family:"Montserrat",sans-serif;
	font-weight:400
}
body.menu-open{
	overflow:hidden
}
a{
	color:inherit;
	text-decoration:none
}
button{
	font:inherit
}
img{
	max-width:100%;
	height:auto
}
::selection{
	background:var(--color-red);
	color:var(--color-white)
}
