/* Extracted verbatim from code.html <style> block. */
.material-symbols-outlined {
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
.film-grain {
	position: relative;
}
.film-grain::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/film-grain.jpg');
	opacity: 0.03;
	pointer-events: none;
	z-index: 10;
}
