/* Loaded via <link> so Astro view-transition head merge keeps one stable sheet (href dedupe). */
@font-face {
	font-family: 'PP Museum';
	src:
		url('/fonts/PPMuseum-Light.woff2') format('woff2'),
		url('/fonts/PPMuseum-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'PP Museum';
	src:
		url('/fonts/PPMuseum-Regular.woff2') format('woff2'),
		url('/fonts/PPMuseum-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('/fonts/inter-v20-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('/fonts/inter-v20-latin-italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('/fonts/inter-v20-latin-500.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Inter;
	src: url('/fonts/inter-v20-latin-700.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
