/**
 * Typographie BIIM — Source Sans 3 (style Abritel).
 * Les icônes sont gérées dans biim-icons-fix.css (chargé après).
 */
:root {
    --biim-font-body: 'Source Sans 3', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --biim-font-heading: var(--biim-font-body);
    --biim-font: var(--biim-font-body);
    --biim-font-size-base: 15px;
    --biim-font-size-sm: 13px;
    --biim-font-size-lg: 17px;
    /* Surcharge légère du thème parent (14px → 15px) */
    --g5-body-font-size: 15px;
    --g5-secondary-font-size: 15px;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 106.25%;
}

body {
    font-family: var(--biim-font-body);
    font-size: var(--biim-font-size-base);
    line-height: 1.6;
}

body :where(
    h1, h2, h3, h4, h5, h6,
    p, li, td, th, label,
    input, select, textarea,
    .btn, .button,
    .section-title-modern,
    .section-subtitle,
    .property-title-modern,
    .property-price-modern,
    .property-card-rating__score,
    .property-card-rating__badge,
    .property-card-rating__label,
    .main-menu > li > a,
    .hero-abritel__tagline,
    .biim-search-pill__label
) {
    font-family: var(--biim-font-body);
}
