/**
 * Material Symbols Outlined - Self-hosted (Static version)
 * Regular weight only - optimized for size (~247KB vs 3.1MB variable)
 * Downloaded from Google Fonts for better performance
 */

/* Hide icons until font is loaded to prevent text showing */
.material-symbols-outlined {
  font-family: "Material Symbols Outlined", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  width: 1em;
  height: 1em;
  min-width: 20px;
  min-height: 20px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
  opacity: 0;
  visibility: hidden;
}
.material-symbols-outlined.icon {
  font-size: 20px;
  width: 1em;
  height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
/* Show icons after font loads (class added by JavaScript) */
html.fonts-loaded .material-symbols-outlined,
.wp-admin .material-symbols-outlined {
  opacity: 1;
  visibility: visible;
}
