/**
 * Replacement for Simple Floating Menu's icon fonts.
 *
 * The plugin loads five icon libraries (Material Design Icons, Font Awesome,
 * IcoFont, Elegant Icons, Essential Icons) on every page, about 1 MB of CSS and
 * webfonts, to render the single floating button. This file carries only the
 * icons the menu is actually configured with, from a subset of the Material
 * Design Icons webfont (520 bytes instead of 383 KiB).
 *
 * Keep ks_perf_sfm_covered_icons() in inc/performance.php in sync with the
 * icons defined here. If the menu is ever given an icon that is not listed
 * there, the original plugin stylesheets load instead and this file is skipped.
 */
@font-face {
	font-family: "Material Design Icons";
	src: url("../fonts/mdi-subset.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.sfm-floating-menu [class^="mdi-"],
.sfm-floating-menu [class*=" mdi-"] {
	font-family: "Material Design Icons" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: inherit;
	line-height: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sfm-floating-menu .mdi-chat-question::before {
	content: "\F1738";
}
