@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

html,
body {
	background: #ebeced;
	font-family: 'Inter', sans-serif;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.main.header-active {
	padding-top: 70px;
}
