@font-face {
    font-family: 'Cinzel';
    src: url(../fonts/Cinzel/Cinzel-VariableFont_wght.ttf);
    font-weight: 400; /* Standardgewicht */
    font-style: normal;
}

/* Cinzel Bold */
@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel/static/Cinzel-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold Gewicht */
    font-style: normal;
}

/* ---------------------------------------------------- */
/* --- LATO: Für Fließtext --- */
/* ---------------------------------------------------- */

@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* 2. Thin Italic (100) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* 3. Light (300) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* 4. Light Italic (300) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* 5. Regular (400) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-weight: 400; /* Standardgewicht */
    font-style: normal;
}

/* 6. Italic (400) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* 7. Bold (700) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* 8. Bold Italic (700) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* 9. Black (900) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* 10. Black Italic (900) */
@font-face {
    font-family: 'Lato-Text';
    src: url('../fonts/Lato/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}