/* ═══════════════════════════════════════════════════════════════
   FONTS - Lokale Schriften (keine Google Fonts)
   ═══════════════════════════════════════════════════════════════ */

/* HeaderFont (Angella White) - für den Website-Titel/Logo */
@font-face {
    font-family: 'HeaderFont';
    src: url('../fonts/HeaderFont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Poppins - Hauptschriftart */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Playfair Display - für Überschriften */
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
