@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  /* src injetado em beauty_render_icon_font_tags() com ?v= (cache-bust) */
  src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga' 1, 'rlig' 1;
  -webkit-font-feature-settings: 'liga' 1, 'rlig' 1;
  -webkit-font-smoothing: antialiased;
  font-variation-settings: normal;
  width: 1em;
  height: 1em;
  overflow: hidden;
  flex-shrink: 0;
  vertical-align: middle;
  speak: never;
  user-select: none;
  -webkit-user-select: none;
}

html:not(.icons-ready) .material-symbols-outlined {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}

html.icons-ready .material-symbols-outlined {
  -webkit-text-fill-color: currentColor;
}
