/* ============================================
   LOKALE FONTS - DSGVO-konform
   Benötigte Dateien (manuell herunterladen):
   
   1. Spline Sans (woff2):
      https://fonts.gstatic.com/s/splinesans/v7/zrUa0OGxJ3GxLFDxaJXrQiUJnJoRvPlzKb_YP9YQSBkOKVGCjGA.woff2
      → speichern als: fonts/SplineSans-300.woff2
      https://fonts.gstatic.com/s/splinesans/v7/zrUa0OGxJ3GxLFDxaJXrQiUJnJoRvPlzKb_YP9YQSBkuKVGCjGA.woff2
      → speichern als: fonts/SplineSans-400.woff2
      https://fonts.gstatic.com/s/splinesans/v7/zrUa0OGxJ3GxLFDxaJXrQiUJnJoRvPlzKb_YP9YQSBnCKVGCjGA.woff2
      → speichern als: fonts/SplineSans-500.woff2
      https://fonts.gstatic.com/s/splinesans/v7/zrUa0OGxJ3GxLFDxaJXrQiUJnJoRvPlzKb_YP9YQSBkfKlGCjGA.woff2
      → speichern als: fonts/SplineSans-600.woff2
      https://fonts.gstatic.com/s/splinesans/v7/zrUa0OGxJ3GxLFDxaJXrQiUJnJoRvPlzKb_YP9YQSBkmKlGCjGA.woff2
      → speichern als: fonts/SplineSans-700.woff2
   
   2. Inter (woff2):
      https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2
      → speichern als: fonts/Inter-regular-latin.woff2
   
   3. Material Symbols Rounded (woff2):
      https://fonts.gstatic.com/s/materialsymbolsrounded/v215/sykg-zNym6YjUruM-QrEh7-nyTnjDwKNJ_190Fjzag.woff2
      → speichern als: fonts/MaterialSymbolsRounded.woff2
   
   4. Material Symbols Outlined (woff2):
      https://fonts.gstatic.com/s/materialsymbolsoutlined/v213/kJF1BvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzByHX9rA6RzaxHMPdY43zj-jCxv3fzvRLER4.woff2
      → speichern als: fonts/MaterialSymbolsOutlined.woff2
   ============================================ */

/* Spline Sans */
@font-face {
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('SplineSans-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('SplineSans-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('SplineSans-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('SplineSans-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Spline Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('SplineSans-Bold.woff2') format('woff2');
}

/* Inter */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('Inter18pt-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('Inter18pt-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('Inter18pt-Medium.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('Inter18pt-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('Inter18pt-Bold.woff2') format('woff2');
}

/* Material Symbols Rounded */
@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url('MaterialSymbolsRounded.woff2') format('woff2');
}

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