/* ==========================================================================
   id4web – Haus Elise – Webfonts (lokal, self-hosted)
   Open Sans (Grundschrift), Poppins, Roboto.
   In v9 lieferte bootstrap_package v11 "Open Sans" mit; BS16 tut das nicht,
   daher wird Open Sans hier lokal bereitgestellt (identische Font-Dateien).
   ========================================================================== */

/* ---------- Open Sans ---------- */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Fonts/open-sans-v16-latin-regular.woff2') format('woff2'),
         url('../Fonts/open-sans-v16-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('../Fonts/open-sans-v16-latin-italic.woff2') format('woff2'),
         url('../Fonts/open-sans-v16-latin-italic.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../Fonts/open-sans-v16-latin-600.woff2') format('woff2'),
         url('../Fonts/open-sans-v16-latin-600.woff') format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../Fonts/open-sans-v16-latin-700.woff2') format('woff2'),
         url('../Fonts/open-sans-v16-latin-700.woff') format('woff');
}

/* ---------- Poppins ---------- */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../Fonts/poppins-v6-latin-300.woff2') format('woff2'),
         url('../Fonts/poppins-v6-latin-300.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Fonts/poppins-v6-latin-regular.woff2') format('woff2'),
         url('../Fonts/poppins-v6-latin-regular.woff') format('woff');
}

/* ---------- Roboto ---------- */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../Fonts/roboto-v18-latin-regular.woff2') format('woff2'),
         url('../Fonts/roboto-v18-latin-regular.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../Fonts/roboto-v18-latin-700.woff2') format('woff2'),
         url('../Fonts/roboto-v18-latin-700.woff') format('woff');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../Fonts/roboto-v18-latin-900.woff2') format('woff2'),
         url('../Fonts/roboto-v18-latin-900.woff') format('woff');
}
