@font-face {
  font-family: 'Material Symbols Rounded';
  src: url('./MaterialSymbolsRounded-VariableFont_FILL,GRAD,opsz,wght.ttf') format('truetype');
  font-weight: 100 700;
  font-display: block;
}

.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
  font-size: inherit;
  display: inherit;
  line-height: inherit;
}