@font-face {
  font-family: 'Material Symbols Rounded';
  src: url('/fonts/MaterialSymbolsRounded-VariableFont_FILL,GRAD,opsz,wght.ttf')
    format('truetype');
  font-weight: 100 700;
  font-style: normal;
  font-display: block;
}
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded', sans-serif;
  font-variation-settings:
    'FILL' 0,
    'GRAD' 0,
    'opsz' 24,
    'wght' 400;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  line-height: 1;
  user-select: none;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
