/* =========================
   dm-sans-regular - latin
   ========================= */

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./dm-sans-v17-latin/dm-sans-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./dm-sans-v17-latin/dm-sans-v17-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./dm-sans-v17-latin/dm-sans-v17-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./dm-sans-v17-latin/dm-sans-v17-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* =========================
   Material Symbols Outlined – local (static TTF)
   ========================= */

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 200; /* ExtraLight */
  font-display: swap;
  src: url('./Material_Symbols_Outlined/static/MaterialSymbolsOutlined_28pt-ExtraLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 300; /* Light */
  font-display: swap;
  src: url('./Material_Symbols_Outlined/static/MaterialSymbolsOutlined_28pt-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400; /* Regular */
  font-display: swap;
  src: url('./Material_Symbols_Outlined/static/MaterialSymbolsOutlined_28pt-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 500; /* Medium */
  font-display: swap;
  src: url('./Material_Symbols_Outlined/static/MaterialSymbolsOutlined_28pt-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 600; /* SemiBold */
  font-display: swap;
  src: url('./Material_Symbols_Outlined/static/MaterialSymbolsOutlined_28pt-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 700; /* Bold */
  font-display: swap;
  src: url('./Material_Symbols_Outlined/static/MaterialSymbolsOutlined_28pt-Bold.ttf') format('truetype');
}

/* Default dünn wie vorher (Google-Link war wght=100 → am nächsten ist ExtraLight) */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined' !important;
  font-weight: 200 !important; /* ExtraLight */
  font-style: normal;
  line-height: 1;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}