/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url("./material-icons-outlined.woff2") format("woff2");
}

@font-face {
  font-family: 'Material Symbols Outlined Fill';
  font-style: normal;
  font-weight: 100 700;
  src: url("./material-icons-outlined-fill.woff2") format("woff2");
}


.material-icons-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: 200;
  font-style: normal;
}


.material-icons-outlined-fill {
  font-family: 'Material Symbols Outlined Fill';
  font-weight: 200;
  font-style: normal;
}
