/* Lato - Lokale Einbindung (DSGVO-konform) */

/* Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/lato-v25-latin-regular.eot');
  src: local(''),
       url('../fonts/lato-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/lato-v25-latin-regular.woff2') format('woff2'),
       url('../fonts/lato-v25-latin-regular.woff') format('woff'),
       url('../fonts/lato-v25-latin-regular.ttf') format('truetype'),
       url('../fonts/lato-v25-latin-regular.svg#Lato') format('svg');
}

/* Bold 700 */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/lato-v25-latin-700.eot');
  src: local(''),
       url('../fonts/lato-v25-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../fonts/lato-v25-latin-700.woff2') format('woff2'),
       url('../fonts/lato-v25-latin-700.woff') format('woff'),
       url('../fonts/lato-v25-latin-700.ttf') format('truetype'),
       url('../fonts/lato-v25-latin-700.svg#Lato') format('svg');
}
