/* assets/fonts/fonts.css */

/* --- ROBOTO (Fließtext) --- */

/* Roboto Regular (Normal) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('roboto-v50-latin-regular.woff2') format('woff2');
}

/* Roboto Italic (Kursiv) */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('roboto-v50-latin-italic.woff2') format('woff2');
}

/* Roboto Light (Dünn - 300) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('roboto-v50-latin-300.woff2') format('woff2');
}

/* Roboto Light Italic (Dünn Kursiv - 300) */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('roboto-v50-latin-300italic.woff2') format('woff2');
}

/* Roboto Bold (Fett - 700) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('roboto-v50-latin-700.woff2') format('woff2');
}

/* Roboto Bold Italic (Fett Kursiv - 700) */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('roboto-v50-latin-700italic.woff2') format('woff2');
}


/* --- POPPINS (Überschriften) --- */

/* Poppins Regular (Normal - 400) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('poppins-v24-latin-regular.woff2') format('woff2');
}

/* Poppins Italic (Kursiv - 400) */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('poppins-v24-latin-italic.woff2') format('woff2');
}

/* Poppins Light (Dünn - 300) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('poppins-v24-latin-300.woff2') format('woff2');
}

/* Poppins Light Italic (Dünn Kursiv - 300) */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('poppins-v24-latin-300italic.woff2') format('woff2');
}

/* Poppins SemiBold (Halbfett - 600) */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('poppins-v24-latin-600.woff2') format('woff2');
}

/* Poppins SemiBold Italic (Halbfett Kursiv - 600) */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('poppins-v24-latin-600italic.woff2') format('woff2');
}