@font-face {
  font-family: "Material Symbols Sharp";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("/static/material-symbols-sharp.woff2?v=2") format("woff2");
}

.material-symbols-sharp {
  display: inline-block;
  overflow: hidden;
  color: currentColor;
  font-family: "Material Symbols Sharp";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "liga";
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 20;
  letter-spacing: normal;
  line-height: 1;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-symbols-sharp.icon {
  width: 1em;
  height: 1em;
  flex: 0 0 1em;
}
