/**
 * Material Symbols Outlined — self-hosted static instances.
 *
 * Loaded from Google Fonts as a 4 MB variable font previously (slow, FOUT).
 * These are the FILL=0 and FILL=1 static instances (wght 400, opsz 24, GRAD 0),
 * which cover every icon used by the theme at ~710 KB combined.
 *
 * License: Apache 2.0 — see assets/fonts/material-symbols/LICENSE-APACHE-2.0.txt
 * Icons: https://fonts.google.com/icons
 */

@font-face {
	font-family: "Material Symbols Outlined";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/material-symbols/material-symbols-outlined.woff2") format("woff2");
}

@font-face {
	font-family: "Material Symbols Outlined Filled";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/material-symbols/material-symbols-outlined-fill.woff2") format("woff2");
}
