/* Abel 400 */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./abel-normal-latin-400.woff2') format('woff2');
}

/* Bebas Neue 400 (latin-ext deckt i.d.R. latin mit ab) */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./bebas-neue-normal-latin-ext-400.woff2') format('woff2');
}

/* Poppins 400 */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./poppins-normal-latin-ext-400.woff2') format('woff2');
}

/* Work Sans 300 */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('./work-sans-normal-latin-ext-300.woff2') format('woff2');
}
