@font-face {
	font-display: swap;
	font-family: Nunito;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/Nunito-Bold.9452a0da.woff2) format("woff2");
	src: url(../fonts/Nunito-Bold.be318c35.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Nunito;
	font-style: normal;
	font-weight: 600;
	src: url(../fonts/Nunito-SemiBold.7f0c3992.woff2) format("woff2");
	src: url(../fonts/Nunito-SemiBold.1ab1837f.woff) format("woff")
}

@font-face {
	font-display: swap;
	font-family: Nunito;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/Nunito-Regular.4409ddde.woff2) format("woff2");
	src: url(../fonts/Nunito-Regular.32d98bf5.woff) format("woff")
}

.body--high-contrast {
	--q-positive: #f0590c;
	--q-warning: #3a8fe2
}

body {
	color: #434a5c;
	font-family: Nunito, sans-serif;
	touch-action: pan-y
}

body.body--light {
	background: #ffe5ba;
}

body.body--dark {
	background: #9e6408;
}

img {
	height: auto;
	max-width: 100%
}

.page_full-height {
	height: 100vh
}

.page_centered {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.grow {
	flex-grow: 1
}