/* ================================
   Carlito — frei lizenzierter (SIL OFL), metrisch identischer Calibri-Klon.
   Self-hosted als Fallback für Nicht-Windows-Geräte ohne echtes Calibri.
   Nur Regular/Bold (+Kursiv) — Carlito hat keinen Light-Schnitt.
   ================================ */
@font-face {
    font-family: 'Carlito';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../../fonts/carlito-400-normal.woff2') format('woff2');
}

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

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

@font-face {
    font-family: 'Carlito';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../../fonts/carlito-700-italic.woff2') format('woff2');
}
