/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Déclaration des polices */
@font-face {
    font-family: 'ApfelGrotezk Regular';
    src: url('fonts/ApfelGrotezk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk Mittel';
    src: url('fonts/ApfelGrotezk-Mittel.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk Brukt';
    src: url('fonts/ApfelGrotezk-Brukt.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
	
@font-face {
    font-family: 'ApfelGrotezk Satt';
    src: url('fonts/ApfelGrotezk-Satt.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ApfelGrotezk Fett';
    src: url('fonts/ApfelGrotezk-Fett.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'PPEditorialOld Italic';
    src: url('fonts/PPEditorialOld-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

/* Application des polices avec !important pour forcer les styles */
body {
    font-family: 'ApfelGrotezk Regular', sans-serif !important;
}

h1 {
    font-family: 'ApfelGrotezk Brukt', sans-serif !important;
}

h2 {
    font-family: 'ApfelGrotezk Satt', sans-serif !important;
}

strong {
    font-family: 'ApfelGrotezk Fett', sans-serif !important;
}

h3 {
    font-family: 'ApfelGrotezk Mittel', sans-serif !important;
}

h3 {
    font-family: 'ApfelGrotezk Mittel', sans-serif !important;
}

.elementor-widget-container p {
    font-family: 'ApfelGrotezk Mittel', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px; /* Ajuste la taille du texte selon tes besoins */
    line-height: 1.6; /* Ajuste l'espacement entre les lignes si nécessaire */
}

.hfe-menu-item {
    font-family: 'ApfelGrotezk Fett', sans-serif !important;
    font-weight: 900 !important; /* Applique un poids gras correspondant à la version Fett */
    font-size: 16px; /* Ajuste la taille du texte selon tes préférences */
    text-transform: none; /* Garde le texte dans son format original (ni forcé en majuscules, ni en minuscules) */
    letter-spacing: normal; /* Optionnel : ajuste l'espacement des lettres si nécessaire */
}

h1, h2, h3, h4, h5, h6, p {
    font-style: normal !important; /* Enlève l'italique sur toutes les balises titres et paragraphes */
}

/* Applique la police PPEditorialOld Italic et l'italique par défaut aux titres H5 */
h5 {
    font-family: 'PPEditorialOld Italic', serif !important;
    font-style: italic !important;
}

/* Appliquer la police Mittel et enlever l'italique uniquement pour les majuscules dans H5 */
h5 {
    text-transform: none !important; /* Assurez-vous qu'il n'y a pas de transformation globale des textes */
}

h5 b, h5 strong {
    font-family: 'ApfelGrotezk Mittel', sans-serif !important;
    font-style: normal !important; /* Supprime l'italique pour les majuscules */
    font-weight: normal !important; /* Assure le poids correct de la police */
    text-transform: uppercase !important; /* Transforme le texte en majuscules */
}

span.elementor-button-text {
    font-family: 'ApfelGrotezk Satt', sans-serif !important;
    font-weight: 800 !important; /* Applique la version "Satt" avec un poids gras */
    font-size: 16px; /* Ajuste la taille selon tes besoins */
    text-transform: none; /* Assure que le texte reste tel qu'écrit (ni forcé en majuscules ni en minuscules) */
}

