/**
 * Material Symbols — evita flash do nome do ícone (vpn_key, etc.)
 * Carregar cedo (antes do body) + font-display: block na URL do Google Fonts.
 */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  /* clipa o texto da ligatura até a fonte carregar */
  width: 1em;
  height: 1em;
  overflow: hidden;
  vertical-align: middle;
  flex-shrink: 0;
}
