/* fallback */
@font-face {
	font-family: 'Material Symbols Outlined';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/material.woff2) format('woff2');
  }
  
  .material-symbols-outlined,
  .material-symbols-outlined-before::before {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: .8em;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: "liga";
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
    display: inline-flex;
    vertical-align: top;
	margin-right: 5px;
 }

 .material {
	font-size: 1em;
	line-height: .8em;

 }

