/*
 * KimTekLy CMS – Selbst gehostete Schriften (DSGVO-konform)
 * Die Schriftdateien werden beim Installieren auf den Server geladen.
 * Kein Kontakt zu Google-Servern beim Seitenaufruf der Benutzer.
 */

/* ── Outfit (Überschriften) ─────────────────────────────────────── */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/outfit/outfit-400.woff2') format('woff2'),
         url('../fonts/outfit/outfit-400.woff') format('woff');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/outfit/outfit-500.woff2') format('woff2'),
         url('../fonts/outfit/outfit-500.woff') format('woff');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/outfit/outfit-600.woff2') format('woff2'),
         url('../fonts/outfit/outfit-600.woff') format('woff');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/outfit/outfit-700.woff2') format('woff2'),
         url('../fonts/outfit/outfit-700.woff') format('woff');
}
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/outfit/outfit-800.woff2') format('woff2'),
         url('../fonts/outfit/outfit-800.woff') format('woff');
}

/* ── Source Sans 3 (Fließtext) ──────────────────────────────────── */
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-400.woff2') format('woff2'),
         url('../fonts/source-sans-3/source-sans-3-400.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-400-italic.woff2') format('woff2'),
         url('../fonts/source-sans-3/source-sans-3-400-italic.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-500.woff2') format('woff2'),
         url('../fonts/source-sans-3/source-sans-3-500.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-600.woff2') format('woff2'),
         url('../fonts/source-sans-3/source-sans-3-600.woff') format('woff');
}
@font-face {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/source-sans-3/source-sans-3-700.woff2') format('woff2'),
         url('../fonts/source-sans-3/source-sans-3-700.woff') format('woff');
}

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

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