/* Material Symbols icon styles */
@font-face {
  font-family: "Material Symbols Rounded";
  src: url("materialSymbolsRounded-opsz,wght,FILL,GRAD@20..48,100..700,0..1,0.woff2") format("woff2");
}

.dfs-icons {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Rounded";
  font-feature-settings: 'liga';
  font-size: 24px;
  font-style: normal;
  font-variation-settings:
    "FILL" 0,
    "GRAD" 0;
  font-weight: normal;
  height: 1em;
  letter-spacing: normal;
  line-height: 1;
  overflow: hidden;
  speak: never;
  text-transform: none;
  user-select: none;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.dfs-icons--fill {
  font-variation-settings:
    "FILL" 1,
    "GRAD" 0;
}
