@font-face {
  font-family: 'Material Icons Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons.woff2') format('woff2');
  font-display: swap;
}

/* Force the site to use the webfont variant to avoid local-font overrides */
/* .material-icons {
  font-family: 'Material Icons Web' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 */
 
/* Force the site to use the webfont variant to avoid local-font overrides */
/* Apply to common material icon classes */
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
  font-family: 'Material Icons Web' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga' 1;
  font-feature-settings: 'liga' 1;
}

/* Ensure header icons specifically use the webfont (higher specificity) */
.header-section-link .material-icons,
.header-section-link .material-icons-outlined,
.header-section-link .material-icons-round {
  font-family: 'Material Icons Web' !important;
}
