/*
 GWFT Material Symbols binding.
 Lokale Material-Symbol-Ligaturen.
 Keine Google-CDN-Imports.
 Font-Datei lokal im Repo:
 /app/assets/fonts/material-symbols/MaterialSymbolsOutlined-FILL-GRAD-opsz-wght.woff2
*/
@font-face {
 font-family: 'Material Symbols Outlined';
 font-style: normal;
 font-weight: 100 700;
 font-display: block;
 src: url('/app/assets/fonts/material-symbols/MaterialSymbolsOutlined-FILL-GRAD-opsz-wght.woff2') format('woff2');
}
.material-symbols-outlined,
.material-symbols-rounded {
 font-family: 'Material Symbols Outlined';
 font-weight: 200;
 font-style: normal;
 font-size: 20px;
 line-height: 1;
 letter-spacing: normal;
 text-transform: none;
 display: inline-flex;
 white-space: nowrap;
 word-wrap: normal;
 direction: ltr;
 -webkit-font-feature-settings: 'liga';
 -webkit-font-smoothing: antialiased;
 font-feature-settings: 'liga';
}
