@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('./material-symbols-outlined-400.woff2?v=20260219-3') format('woff2'),
       url('./material-symbols-subset.woff2?v=20260219-3') format('woff2'),
       url('./fonts/material-symbols-subset.woff2?v=20260219-3') 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-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Shared stop icon for custom audio players (homepage sector player reference). */
.material-symbols-outlined.is-stop-icon {
  position: relative !important;
  color: inherit !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1em !important;
  height: 1em !important;
  font-size: 1em !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

.material-symbols-outlined.is-stop-icon::before {
  content: '';
  width: 0.62em;
  height: 0.62em;
  background: currentColor;
  border-radius: 0.08em;
  display: block;
}
