/*
 Theme Name:   Bloglo Child
 Theme URI:    https://deine-seite.de
 Description:  Child Theme für Bloglo
 Author:       MisterCoinlover
 Template:     bloglo
 Version:      1.0.0
*/

/* Hier kannst du eigene CSS-Anpassungen machen */

/* Font-Display Optimierung für Google Fonts und Font Awesome */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: swap;
}

/* Google Fonts: Swap für Performance */
* {
  font-display: swap !important;
}
