/* quicksand-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Quicksand";
	font-style: normal;
	font-weight: 400;
	src: url("./assets/fonts/quicksand/quicksand-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* quicksand-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Quicksand";
	font-style: normal;
	font-weight: 700;
	src: url("./assets/fonts/quicksand/quicksand-v37-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
	--color-primary: #3a3a60;
}

a {
	color: #fff;
	hyphens: auto;
}

ul a {
	text-decoration: none;
}

h1,
h2,
h3 {
	line-height: 1.2;
	hyphens: auto;
}

h1 {
	font-size: clamp(2.25rem, 2.25rem + ((1vw - 0.2rem) * 1.23), 3rem);
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 1.23), 2.5rem);
}

h3 {
	font-size: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.82), 2rem);
}

body {
	display: flex;
	flex-direction: column;
	height: 100vh;
	margin: 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-family: "Quicksand", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1.25rem;
	line-height: 1.5;
	color: #fff;
	background: var(--color-primary);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

main > * {
	max-width: 856px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	margin-bottom: 0;
}

main > *:first-child {
	margin-top: 0;
}

footer {
	margin-top: auto;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #fff;
}

footer ul {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 1rem;
}

footer a {
	color: #000;
}

.site-logo {
	text-align: center;
}

.site-logo a {
	display: inline-block;
	margin-top: 3rem;
}
