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

/* 300 Light */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-v20-latin-300.eot');
  src: local(''),
       url('../fonts/inter-v20-latin-300.eot?#iefix') format('embedded-opentype'),
       url('../fonts/inter-v20-latin-300.woff2') format('woff2'),
       url('../fonts/inter-v20-latin-300.woff') format('woff'),
       url('../fonts/inter-v20-latin-300.ttf') format('truetype'),
       url('../fonts/inter-v20-latin-300.svg#Inter') format('svg');
}

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

/* 500 Medium */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-v20-latin-500.eot');
  src: local(''),
       url('../fonts/inter-v20-latin-500.eot?#iefix') format('embedded-opentype'),
       url('../fonts/inter-v20-latin-500.woff2') format('woff2'),
       url('../fonts/inter-v20-latin-500.woff') format('woff'),
       url('../fonts/inter-v20-latin-500.ttf') format('truetype'),
       url('../fonts/inter-v20-latin-500.svg#Inter') format('svg');
}

/* 600 SemiBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-v20-latin-600.eot');
  src: local(''),
       url('../fonts/inter-v20-latin-600.eot?#iefix') format('embedded-opentype'),
       url('../fonts/inter-v20-latin-600.woff2') format('woff2'),
       url('../fonts/inter-v20-latin-600.woff') format('woff'),
       url('../fonts/inter-v20-latin-600.ttf') format('truetype'),
       url('../fonts/inter-v20-latin-600.svg#Inter') format('svg');
}

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