/*ICONS SHARP*/
@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    font-weight: 200;
    src: url(icons/MaterialSymbolsSharp_200.woff) format('woff');
  }
@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    font-weight: 400;
    src: url(icons/MaterialSymbolsSharp_400.woff) format('woff');
}
@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    font-weight: 600;
    src: url(icons/MaterialSymbolsSharp_600.woff) format('woff');
}

@font-face {
    font-family: 'Material Symbols Sharp Filled';
    font-style: normal;
    font-weight: 200;
    src: url(icons/MaterialSymbolsSharp_200Filled.woff) format('woff');
}
@font-face {
    font-family: 'Material Symbols Sharp Filled';
    font-style: normal;
    font-weight: 400;
    src: url(icons/MaterialSymbolsSharp_400Filled.woff) format('woff');
}
@font-face {
    font-family: 'Material Symbols Sharp Filled';
    font-style: normal;
    font-weight: 600;
    src: url(icons/MaterialSymbolsSharp_600Filled.woff) format('woff');
}
/*ICONS ROUNDED*/
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 200;
    src: url(icons/MaterialSymbolsRounded_200.woff) format('woff');
  }
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 400;
    src: url(icons/MaterialSymbolsRounded_400.woff) format('woff');
}
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 600;
    src: url(icons/MaterialSymbolsRounded_600.woff) format('woff');
}

@font-face {
    font-family: 'Material Symbols Rounded Filled';
    font-style: normal;
    font-weight: 200;
    src: url(icons/MaterialSymbolsRounded_200Filled.woff) format('woff');
}
@font-face {
    font-family: 'Material Symbols Rounded Filled';
    font-style: normal;
    font-weight: 400;
    src: url(icons/MaterialSymbolsRounded_400Filled.woff) format('woff');
}
@font-face {
    font-family: 'Material Symbols Rounded Filled';
    font-style: normal;
    font-weight: 600;
    src: url(icons/MaterialSymbolsRounded_600Filled.woff) format('woff');
}

.icons-sharp {
    font-family: 'Material Symbols Sharp';
  }
  .iconsFilled-sharp{
    font-family: 'Material Symbols Sharp Filled';
  }
  .icons-rounded {
    font-family: 'Material Symbols Rounded';
  }
  .iconsFilled-rounded {
    font-family: 'Material Symbols Rounded Filled';
  }
  
.icons-sharp, .icons-rounded, .iconsFilled-sharp, .iconsFilled-rounded {
    font-weight: normal;
    font-style: normal;
    font-size: calc(1.3 * var(--font-size-body));
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: calc(.3 * var(--font-size-body));
    margin-right: 10px;
  }

  .icon-empty::after {
    content: '';
    width: calc(2 * var(--font-size-body));
    display: inline-block;
  }
