/* fallback */
@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    font-weight: 400;
	font-display: block;
    /* src: url(https://fonts.gstatic.com/s/materialicons/v121/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); */
    src: url(MaterialSymbols-Outlined.woff2) format('woff2');
  }
/*
---------------------------------------------------------------------
||||||||||| TO UPDATE MATERIAL SYMBOLS WITH NEW ICONS |||||||||||||||||
---------------------------------------------------------------------

Follow instructions in the "material-icons.css" file, but change any references/urls from "material_icons" to "material_symbols"

*/

.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;
  }