/**
 * HumusZiegel - Lokale Google Fonts
 * DSGVO-konform: Keine externen Requests zu Google
 *
 * Fonts liegen in /assets/fonts/
 * Download: https://gwfh.mranftl.com/fonts
 */

/* ==========================================================================
   OPEN SANS - Hauptschrift für Fließtext
   ========================================================================== */

/* Open Sans 300 - Light */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Open Sans Light'), local('OpenSans-Light'),
         url('../fonts/open-sans-v44-latin-300.woff2') format('woff2');
}

/* Open Sans 400 - Regular */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2');
}

/* Open Sans 600 - SemiBold */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
         url('../fonts/open-sans-v44-latin-600.woff2') format('woff2');
}

/* ==========================================================================
   MONTSERRAT - Überschriften
   ========================================================================== */

/* Montserrat 300 - Light */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Montserrat Light'), local('Montserrat-Light'),
         url('../fonts/montserrat-v31-latin-300.woff2') format('woff2');
}

/* Montserrat 400 - Regular */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
         url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}

/* Montserrat 500 - Medium */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Montserrat Medium'), local('Montserrat-Medium'),
         url('../fonts/montserrat-v31-latin-500.woff2') format('woff2');
}

/* Montserrat 600 - SemiBold */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
         url('../fonts/montserrat-v31-latin-600.woff2') format('woff2');
}

/* ==========================================================================
   CORMORANT GARAMOND - Akzentschrift (Serif)
   ========================================================================== */

/* Cormorant Garamond 400 - Regular */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Cormorant Garamond'), local('CormorantGaramond-Regular'),
         url('../fonts/cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

/* Cormorant Garamond 400 Italic */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Cormorant Garamond Italic'), local('CormorantGaramond-Italic'),
         url('../fonts/cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}

/* Cormorant Garamond 500 - Medium */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Cormorant Garamond Medium'), local('CormorantGaramond-Medium'),
         url('../fonts/cormorant-garamond-v21-latin-500.woff2') format('woff2');
}

/* Cormorant Garamond 600 - SemiBold */
@font-face {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Cormorant Garamond SemiBold'), local('CormorantGaramond-SemiBold'),
         url('../fonts/cormorant-garamond-v21-latin-600.woff2') format('woff2');
}
