/* 
   DSGVO: LOCAL FONTS (skill_dsgvoseo.txt)
   Alle Schriftarten werden nun lokal geladen.
*/

/* 1. INTER (Sans-Serif Variable) */
@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/Inter/Inter-VariableFont_opsz,wght.woff2') format('woff2'),
         url('../fonts/Inter/Inter-VariableFont_opsz,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 100 900;
    font-display: swap;
    font-style: italic;
    src: url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.woff2') format('woff2'),
         url('../fonts/Inter/Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
}

/* 2. CORMORANT GARAMOND (Serif Display Variable) */
@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 300 700;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.woff2') format('woff2'),
         url('../fonts/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'Cormorant Garamond';
    font-weight: 300 700;
    font-display: swap;
    font-style: italic;
    src: url('../fonts/Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.woff2') format('woff2'),
         url('../fonts/Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
}

/* 3. PINYON SCRIPT (The Signature Font) */
@font-face {
    font-family: 'Pinyon Script';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Pinyon_Script/PinyonScript-Regular.woff2') format('woff2'),
         url('../fonts/Pinyon_Script/PinyonScript-Regular.ttf') format('truetype');
}
