/*
 * Geist Sans, self-hosted.
 *
 * Deliberately not loaded from Google's CDN: that sends every visitor's IP
 * to Google before any consent is given, which is the exact thing the
 * consent banner exists to prevent. The files are served from this origin.
 *
 * Source: @fontsource/geist-sans (npm). To update, re-copy
 * node_modules/@fontsource/geist-sans/files/geist-sans-latin-{400,600,700}-normal.woff2
 * into public/fonts/geist/.
 */

@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/fonts/geist/geist-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/fonts/geist/geist-sans-latin-600-normal.woff2") format("woff2");
}

@font-face {
	font-family: "Geist";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/fonts/geist/geist-sans-latin-700-normal.woff2") format("woff2");
}
