/**
 * Theme Name:      Divi Assistant Child Theme
 * Theme URI:       https://www.elegantthemes.com/gallery/divi/
 * Description:     A child theme for Divi created by Divi Assistant.
 * Author:          Pee-Aye Creative
 * Author URI:      https://www.peeayecreative.com/
 * Template:         Divi
 * Version:         1.0.0
 * Text Domain:     divi-assistant-child-theme
 * License:         GPL2
 * License URI:     https://www.gnu.org/licenses/gpl-2.0.html
 */
  
 
/* ---------------------- Theme customization starts here ---------------------- */

/* =========================
   Font Display: Swap
   Divi 5 Child Theme
   ========================= */

/* Divi Modules Font */
@font-face {
    font-family: 'Modules';
    src: url('/wp-content/themes/Divi-child/all/modules.woff') format('woff');
    font-display: swap;
}

/* FontAwesome Solid */
@font-face {
    font-family: 'FontAwesome';
    src: url('/wp-content/themes/Divi-child/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

/* FontAwesome Brands */
@font-face {
    font-family: 'FontAwesome Brands';
    src: url('/wp-content/themes/Divi-child/webfonts/fa-brands-400.woff2') format('woff2');
    font-display: swap;
}

/* Optional: Hero-Text sofort sichtbar (Systemfont fallback) */
.et_pb_text_inner h1,
.et_pb_text_inner h2,
.et_pb_text_inner h3,
.et_pb_text_inner h4,
.et_pb_text_inner h5,
.et_pb_text_inner h6,
.et_pb_text_inner p {
    font-family: Arial, Helvetica, sans-serif;
}
