/*
 Theme Name:   Qleen Child
 Theme URI:    https://saniya.space
 Description:  Thème enfant de Qleen — Saniya Pro
 Author:        Saniya Pro
 Template:     qleen
 Version:      1.0.0
 Text Domain:  qleen-child
*/

/* =============================================
   SATOSHI — Police globale Saniya Pro
   Chargée via Fontshare CDN
   ============================================= */

:root {
    --body-font: 'Satoshi', Arial, sans-serif !important;
    --heading-font: 'Satoshi', Arial, sans-serif !important;
    --menu-font: 'Satoshi', Arial, sans-serif !important;
    --button-font: 'Satoshi', Arial, sans-serif !important;
    --supertitle-font: 'Satoshi', Arial, sans-serif !important;
    --subtitle-font: 'Satoshi', Arial, sans-serif !important;
}

html body,
html body * {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* Titres */
h1, h2, h3, h4, h5, h6,
.bt-bb-headline .bt-bb-headline-tag,
.bt-bb-headline h1,
.bt-bb-headline h2,
.bt-bb-headline h3,
.bt-bb-headline h4,
.site-title,
.page-title {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* Navigation */
.main-navigation,
.main-navigation a,
.nav-menu,
.nav-menu a,
.menu-item a,
.site-header,
#site-navigation a {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* Corps de texte */
p, span, li, a, div, td, th,
blockquote, cite, figcaption,
input, textarea, select, button, label {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* Bold Page Builder */
.bt-bb-text,
.bt-bb-text *,
.bt-bb-button,
.bt-bb-button a,
.bt-bb-service,
.bt-bb-service *,
.bt-bb-counter,
.bt-bb-counter *,
.bt-bb-testimonial,
.bt-bb-testimonial * {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* Elementor (pour la migration future) */
.elementor *,
.elementor-widget-container,
.elementor-heading-title,
.elementor-text-editor {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* WooCommerce */
.woocommerce *,
.woocommerce-page * {
    font-family: 'Satoshi', Arial, sans-serif !important;
}

/* Footer */
.site-footer,
.site-footer * {
    font-family: 'Satoshi', Arial, sans-serif !important;
}
/* Justifier le texte des Card Icon Bold Builder */
.bt-bb-service .bt-bb-service-text,
.bt-bb-service p,
.bt-bb-card-icon .bt-bb-service-text,
.bt-bb-card-icon p {
    text-align: justify !important;
}
/* Justifier les headlines Bold Builder */
.bt-bb-headline .bt-bb-headline-tag,
.bt-bb-headline p,
.bt-bb-headline span,

/* Justifier les textes Bold Builder */
.bt-bb-text,
.bt-bb-text p,
.bt-bb-text span,

/* Justifier les card icons */
.bt-bb-service .bt-bb-service-text,
.bt-bb-service .bt-bb-service-text p {
    text-align: justify !important;
}