/*
Theme Name: Divi Child 1
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.4.1640780654
Updated: 2021-12-29 12:24:14

*/

/* Font Display Swap für Divi Fonts aktivieren - Lighthouse Fix */
@font-face {
    font-family: 'FontAwesome';
    src: url('../Divi/core/admin/fonts/fontawesome/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../Divi/core/admin/fonts/fontawesome/fa-brands-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../Divi/core/admin/fonts/fontawesome/fa-regular-400.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'etmodules';
    src: url('../Divi/core/admin/fonts/modules/all/modules.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Sicherstellen, dass alle Divi-Elemente die optimierten Fonts nutzen */
[class*="et-pb-icon"], [class*="et_pb_font_icon"] {
    font-display: swap !important;
}
