/* Served from /static — not imported into Vite (bundled CSS rewrites url() paths). */

@font-face {
	font-family: 'Quicksand';
	src: url('/fonts/Quicksand.ttf');
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('/fonts/Inter-VariableFont_slnt,wght.ttf');
	font-display: swap;
}

body.site-shell::before {
	content: '';
	position: fixed;
	inset: 0;
	z-index: -1;
	background-image: url('/images/background-artwork.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	pointer-events: none;
}

@media (min-width: 768px) {
	body.site-shell::before {
		background-size: 100%;
	}
}
