@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/fonts/material-symbols/woff2/material-symbols-rounded-regular.woff2")
      format("woff2"),
    url("/fonts/material-symbols/ttf/material-symbols-rounded-regular.ttf")
      format("truetype");
}

@font-face {
  font-family: "Material Symbols Rounded Filled";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/fonts/material-symbols/woff2/material-symbols-rounded_filled-regular.woff2")
      format("woff2"),
    url("/fonts/material-symbols/ttf/material-symbols-rounded_filled-regular.ttf")
      format("truetype");
}
