/* 
 Theme Name:   Divi-child
 Theme URI:    Divi
 Description:  ©fanaticoweb.com - Sviluppo Siti Web, E-commerce, Marketing, SEO
 Author:       admin
 Author URI:   https://www.fanaticoweb.com
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/


/* Aggiungi font-display: swap ai font personalizzati */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Inter Regular'), local('Inter-Regular'), url('https://fonts.gstatic.com/s/inter/v2/...') format('woff2');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Poppins Regular'), local('Poppins-Regular'), url('https://fonts.gstatic.com/s/poppins/v2/...') format('woff2');
}

