/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Definizione del font Inter con peso 400 (Regular) */
@font-face {
    font-family: 'Optimized Inter';
    src: url('https://www.sportinvest.org/wp-content/uploads/inter-regular-webfont.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Definizione del font Inter con peso 600 (Semi-Bold) */
@font-face {
    font-family: 'Optimized Inter';
    src: url('https://www.sportinvest.org/wp-content/uploads/inter-bold-webfont.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Definizione del font Inter con peso 900 (Black) */
@font-face {
    font-family: 'Optimized Inter';
    src: url('https://www.sportinvest.org/wp-content/uploads/inter-black-webfont.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Definizione del font FuturaLTCondensed con peso 900 (Extra Bold) */
@font-face {
    font-family: 'Optimized FuturaLTCondensed';
    src: url('https://www.sportinvest.org/wp-content/uploads/FuturaLT-CondensedExtraBold.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Applicazione del font Inter come font predefinito per il corpo con fallback */
body {
    font-family: 'Optimized Inter', Arial, Helvetica, sans-serif;
}

/* Utilizzo del font FuturaLTCondensed solo per elementi specifici */
.special-heading {
    font-family: 'Optimized FuturaLTCondensed', Arial, Helvetica, sans-serif;
    font-weight: 900;
}

