@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  font-weight: normal;
  font-style: normal;
  font-size: calc(var(--jv-icon-size, 24) * 1px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL' var(--jv-icon-fill, 0),
    'wght' var(--jv-icon-weight, 400),
    'GRAD' var(--jv-icon-grade, 0),
    'opsz' var(--jv-icon-size, 24);
}

.material-symbols-outlined { font-family: "Material Symbols Outlined"; }
.material-symbols-rounded { font-family: "Material Symbols Rounded"; }
.material-symbols-sharp { font-family: "Material Symbols Sharp"; }
