/* Material Symbols Rounded — self-hosted variable font (offline-capable) */
@font-face {
	font-family: "Material Symbols Rounded";
	src: url("../fonts/material-symbols/MaterialSymbolsRounded.woff2") format("woff2");
	font-weight: 100 700;
	font-style: normal;
	font-display: swap;
}

.ms {
	font-family: "Material Symbols Rounded";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	font-size: 24px;
	user-select: none;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.ms.fill {
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
