/*
 Theme Name:  Divi Child Theme SoftUni 2023
 Theme URI:    https://www.facebook.com/alex.alexi1
 Description:  Child Theme for Divi
 Author:       Alex Alexi
 Author URI:   https://www.facebook.com/alex.alexi1
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* ================================
   Font Awesome – font-display swap
   Safe for Divi
================================ */

/* Brands */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('/wp-content/themes/Divi/fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Solid */
@font-face {
  font-family: 'Font Awesome 5 Free';
  src: url('/wp-content/themes/Divi/fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* =================================
   Font Awesome fallback metrics
   Reduce CLS
================================= */

.fa,
.fas,
.fab {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands", Arial, sans-serif;
}






