/* Lato — Self-hosted, DSGVO-konform
   Dateien herunterladen von: https://gwfh.mranftl.com/fonts/lato?subsets=latin,latin-ext
   → alle WOFF2-Dateien in /fonts/ ablegen
*/

/* Lato 300 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/lato-v25-latin_latin-ext-300.woff2') format('woff2');
}

/* Lato 400 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/lato-v25-latin_latin-ext-regular.woff2') format('woff2');
}

/* Lato 500 — Lato hat kein echtes 500, Browser interpoliert aus 400 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/lato-v25-latin_latin-ext-regular.woff2') format('woff2');
}

/* Lato 600 — Lato hat kein echtes 600, Browser interpoliert */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/lato-v25-latin_latin-ext-700.woff2') format('woff2');
}

/* Lato 700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/lato-v25-latin_latin-ext-700.woff2') format('woff2');
}
