@charset "UTF-8";

/**
 * Self-hosted Material Symbols Outlined.
 *
 * Font source: @material-symbols/font-400, licensed under Apache-2.0.
 * The bundled license is stored in assets/fonts/LICENSE-material-symbols.txt.
 */
@font-face {
	font-family: "Material Symbols Outlined";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/material-symbols-outlined.woff2?ver=0.45.8-su2") format("woff2");
}

.material-symbols-outlined {
	display: inline-block;
	font-family: "Material Symbols Outlined";
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-feature-settings: "liga";
	-webkit-font-feature-settings: "liga";
	line-height: 1;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
