/* ===================================================================
   LOKALE SCHRIFTARTEN - Holz Metall Riedel
   ===================================================================

   Alle Schriftarten sind lokal gespeichert und werden nicht von
   externen Servern geladen (DSGVO-konform).

   Schriftarten:
   - Poland Can Into (Regular 400, Bold 700)
   - Roboto (Regular 400, Bold 700)
   - Playfair Display (Regular 400, Bold 700)
   - Inter (Regular 400, Medium 500, Bold 700)

   =================================================================== */

/* ===================================================================
   Poland Can Into - Hauptschrift für Headlines
   =================================================================== */

@font-face {
    font-family: 'Poland Can Into';
    src: url('../fonts/poland-can-into/poland-can-into-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poland Can Into';
    src: url('../fonts/poland-can-into/poland-can-into-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===================================================================
   Roboto - Hauptschrift für Body-Text
   =================================================================== */

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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/roboto-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===================================================================
   Playfair Display - Dekorative Schrift für Karriere-Seite
   =================================================================== */

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

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/playfair-display/playfair-display-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ===================================================================
   Inter - Moderne Sans-Serif für UI-Elemente
   =================================================================== */

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

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

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/inter-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
