/* Self-hosted Material Symbols Outlined.
   Served locally so ad blockers, privacy blockers, or a Google Fonts outage can
   never leave icon ligatures (arrow_forward, psychology, ...) rendering as raw text
   for real visitors. Font file: assets/fonts/material-symbols-outlined.woff2
   (the same variable font Google's css2 endpoint serves, wght 100..700, FILL 0..1). */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  src: url('/assets/fonts/material-symbols-outlined.woff2') 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;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
