/* Webfont: Luciole (accessibility font for low-vision readers)
   woff2 first — the woff2 files are ~half the size of the woff ones (43KB vs
   85KB per face). The legacy eot/ttf/svg files are no longer referenced: every
   browser that can run this app supports woff (2010+), and svg-font support was
   removed from all engines years ago. */
@font-face {
	font-family: "Luciole";
	src: url("/fonts/Luciole-Regular-4a2547d028f697286ae23938e1d56596.woff2?vsn=d") format("woff2"),
		url("/fonts/Luciole-Regular-9dd164de6e2f54ddab68fd5b32418014.woff?vsn=d") format("woff");
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "Luciole";
	src: url("/fonts/Luciole-Italic-96e4e7ee678c6c2e21521b14437267f5.woff2?vsn=d") format("woff2"),
		url("/fonts/Luciole-Italic-e2969e319b4c5873293e22d1aed89f58.woff?vsn=d") format("woff");
	font-style: italic;
	font-weight: normal;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "Luciole";
	src: url("/fonts/Luciole-Bold-a39c26c25b1e2ce2ad267e7dfef06b02.woff2?vsn=d") format("woff2"),
		url("/fonts/Luciole-Bold-b45c03cab06a1a1dd82d4d6f97ff0f99.woff?vsn=d") format("woff");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	text-rendering: optimizeLegibility;
}

@font-face {
	font-family: "Luciole";
	src: url("/fonts/Luciole-BoldItalic-8cd8129d125f6cbdbfebae5c8db8b81c.woff2?vsn=d") format("woff2"),
		url("/fonts/Luciole-BoldItalic-9f34847b67b6b860a333c568c776b88c.woff?vsn=d") format("woff");
	font-style: italic;
	font-weight: 700;
	font-display: swap;
	text-rendering: optimizeLegibility;
}
