/* 2026-06-16/CLCO (STEK): Self-hosted, SUBSET Material Symbols Outlined (replaces fonts.googleapis.com / fonts.gstatic.com).
   Contains only the icon codepoints referenced in the themed CSS (.google-icon-* etc.) - a variable woff2 of ~25 KB
   instead of the ~10 MB full font. Removes the GDPR-relevant IP transfer to Google plus a render-blocking third-party request.
   The font-family name matches the canonical Google name so the existing .google-icon-* rules keep working unchanged.

   ADDING ICONS: add the icon's CSS rule as usual (e.g. .google-icon-foo:before{content:'\eXXX'}) and regenerate:
       python fonts/selfhosted/regen-material-symbols.py
   See fonts/selfhosted/README.md. */

@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 100 700;
	font-display: block;
	src: url('material-symbols-outlined-subset.woff2') format('woff2');
}
