/**
 * SPD TheSans Font Faces
 * Lokal gehostet - keine externen Dependencies
 */

/* TheSans Light (TT3) */
@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT3_.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT3i.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* TheSans Regular (TT5) */
@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT5_.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT5i.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* TheSans Bold (TT7) */
@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT7_.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT7i.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* TheSans ExtraBold (TT8) */
@font-face {
    font-family: 'SPD TheSans';
    src: url('../fonts/SPD_TheSans_TT8_.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* TheSans Versal (Uppercase Variante) Light (TT3) */
@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT3_.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT3i.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* TheSans Versal Regular (TT5) */
@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT5_.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT5i.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* TheSans Versal Bold (TT7) */
@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT7_.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT7i.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* TheSans Versal ExtraBold (TT8) */
@font-face {
    font-family: 'SPD TheSans Versal';
    src: url('../fonts/SPD_TheSans_V_TT8_.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
