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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: var(--color-text);
	background: var(--color-bg);
	line-height: 1.6;
}

.nav-links a {
	font-weight: 600;
}

h1,
h2,
h3 {
	font-weight: 800;
}

.btn {
	font-weight: 700;
}

.eyebrow {
	font-weight: 800;
}

img {
	max-width: 100%;
	display: block;
}
a {
	color: inherit;
	text-decoration: none;
}
button,
input,
textarea,
select {
	font: inherit;
}
h1,
h2,
h3,
p {
	margin-top: 0;
}
