/* Material Symbols Outlined - Self-hosted
 * WEBDEV-757: Self-host to avoid transmitting visitor IP to Google Fonts CDN.
 *
 * Source: https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,100,0,0
 *
 * To update the font file:
 *   1. Visit https://fonts.google.com/icons and download the latest WOFF2
 *   2. Or use: curl -sL "https://fonts.gstatic.com/s/materialsymbolsoutlined/v250/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsI.woff2" -o material-symbols-outlined.woff2
 *   3. Place the file in this directory
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url(/fonts/material-symbols/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;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 0,
    'opsz' 24;
}
