/**
 * Material Symbols Outlined - Local (DSGVO-konform)
 * Variable Font mit allen Icon-Varianten
 */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url('/static/fonts/material-symbols-outlined.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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* Varianten für optische Größe */
.material-symbols-outlined.opsz-20 { font-variation-settings: 'opsz' 20; }
.material-symbols-outlined.opsz-24 { font-variation-settings: 'opsz' 24; }
.material-symbols-outlined.opsz-40 { font-variation-settings: 'opsz' 40; }
.material-symbols-outlined.opsz-48 { font-variation-settings: 'opsz' 48; }

/* Varianten für Gewicht */
.material-symbols-outlined.wght-100 { font-weight: 100; }
.material-symbols-outlined.wght-200 { font-weight: 200; }
.material-symbols-outlined.wght-300 { font-weight: 300; }
.material-symbols-outlined.wght-400 { font-weight: 400; }
.material-symbols-outlined.wght-500 { font-weight: 500; }
.material-symbols-outlined.wght-600 { font-weight: 600; }
.material-symbols-outlined.wght-700 { font-weight: 700; }

/* Füllung */
.material-symbols-outlined.fill { font-variation-settings: 'FILL' 1; }
.material-symbols-outlined.no-fill { font-variation-settings: 'FILL' 0; }
