/*
 * Self-hosted, subsetted Material Symbols Outlined.
 *
 * Contains ONLY the three ligatures the site uses: filter_list, close,
 * keyboard_arrow_down. Replaces Google's 3.96 MB variable font (and WP Rocket's
 * fragile local-cache localization of it). See inc/icon-font.php for the why.
 *
 * Re-subset: pyftsubset over the latest v3xx woff2 into ../fonts/, then bump the
 * ?v= below so the immutable-cached font URL changes.
 */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block; /* icon font: hide briefly during load instead of flashing the ligature text */
  src: url('../fonts/material-symbols-subset.woff2?v=343') format('woff2');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  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;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
