/* assets/css/site.css */

:root {
	--fw-blue: #0d3b66;
	--fw-accent: #f4c430;
}

body {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background-color: #fff;
	color: #111;
}

a {
	color: var(--fw-blue);
}

a:hover {
	color: var(--fw-accent);
}

.fw-lettrine {
	font-family: "Full Moon", serif;
	font-weight: 800;
	font-size: 3.2rem;
	line-height: 1;
	float: left;
	margin-right: 0.3rem;
}