/* Self-hosted, subsetted Material Symbols Outlined — only the 60 icons this theme uses (~7KB),
   replacing the 320KB external Google icon font and its render-blocking third-party request.
   font-display:block keeps the icon slots blank (never the raw ligature name) until the font
   loads; at ~7KB same-origin that happens near-instantly, so "temple_hindu / redeem / menu / chat"
   can no longer flash as text on a first (uncached) load. Base class copied from Google's own
   Material Symbols stylesheet so rendering is identical; theme.css keeps its size/variation overrides. */
@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url(fonts/material-symbols-outlined.woff2) format('woff2');
}
.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
