/* --- INTER (Sans Serif) --- */

/* Light (300) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-v13-latin-300.woff2') format('woff2'); 
  /* Falls Sie die Dateien direkt neben der CSS haben, entfernen Sie "fonts/" */
}

/* Regular (400) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v13-latin-regular.woff2') format('woff2');
}

/* Medium (500) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v13-latin-500.woff2') format('woff2');
}

/* SemiBold (600) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v13-latin-600.woff2') format('woff2');
}

/* Bold (700) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v13-latin-700.woff2') format('woff2');
}


/* --- DM SERIF TEXT (Logo/Serif) --- */

/* Regular (400) */
@font-face {
  font-family: 'DM Serif Text';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/dm-serif-text-v11-latin-regular.woff2') format('woff2');
}

/* Italic (400) */
@font-face {
  font-family: 'DM Serif Text';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/dm-serif-text-v11-latin-italic.woff2') format('woff2');
}