/* =========================
   RESET PROPRE
========================= */

h1::before, h1::after,
h2::before, h2::after,
h3::before, h3::after {
    content: none !important;
    display: none !important;
}

/* =========================
   BASE TYPOGRAPHIQUE
========================= */

html, body {
    font-family: 'Inter', sans-serif !important;
    font-size: 20px;
    color: #1f2937;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}

/* Force Inter partout */
.elementor *,
.elementor-widget-heading *,
.elementor-widget-text-editor * {
    font-family: 'Inter', sans-serif !important;
}

/* =========================
   TEXTE COURANT
========================= */

p,
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
li {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* =========================
   TITRES (5 TAILLES)
========================= */

h1.entry-title,
.elementor-widget-heading h1.elementor-heading-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 40px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
}

/* =========================
   META (TAILLE 5)
========================= */

.entry-meta {
    font-size: 16px;
    color: #6b7280;
}

/* =========================
   TABLEAUX & TIMELINE
========================= */

td, th,
.timeline-content {
    font-size: 20px;
}

/* =========================
   RESPONSIVE PROPRE
========================= */

@media (max-width: 768px) {

    html, body {
        font-size: 18px;
    }

    h1 { font-size: 32px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
}