/*
 * Material Symbols Outlined - Local Font
 * 
 * Download: https://github.com/google/material-design-icons/raw/master/variablefont/MaterialSymbolsOutlined%5BFILL%2CGPAD%2Copsz%2Cwght%5D.woff2
 * Save as: MaterialSymbolsOutlined.woff2 in this directory (frontend/src/assets/fonts/)
 * 
 * Alternative: Use Google Webfonts Helper for optimized subset:
 * https://gwfh.mranftl.com/fonts/material-symbols-outlined
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('./MaterialSymbolsOutlined.woff2') format('woff2');
  font-display: swap;
}

.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-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
