/* Coventry Garden — Original-Schriftart von Sylvia Houschka */
/* Font-Name intern: "CoventryGarden" (OHNE Leerzeichen!) */
@font-face {
    font-family: 'CoventryGarden';
    src: url('../fonts/COVENTRY.woff') format('woff'),
         url('../fonts/COVENTRY.TTF') format('truetype'),
         url('../fonts/COVENTRY.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Merriweather Medium — für Akzent-Wörter */
@font-face {
    font-family: 'Merriweather';
    src: url('../fonts/Merriweather_24pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Merriweather SemiCondensed Light — für die Signatur („Ihre") */
@font-face {
    font-family: 'Merriweather SemiCondensed Light';
    src: url('../fonts/Merriweather_24pt_SemiCondensed-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
