@font-face {
    font-family: 'sophia-martini';
    src: url('./fonts/525Sophia-Martini.woff2') format('woff2'),
         url('./fonts/525Sophia-Martini.woff') format('woff');
    font-display: swap;
}

.sophia-martini {
    font-family: 'sophia-martini', sans-serif !important;
}
.titre-principal {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'sophia-martini', sans-serif !important;
    font-size: clamp(1.5rem, 4vw, 5rem);
    font-weight: 900;
    line-height: 1.25;
    color: var(--ast-global-color-7);
    text-align: center;
    width: 100%;
    margin: 0;
    display: inline-block; /* Pour que le texte reste sur une ligne */
    max-width: 100%; /* S'assure que ça ne dépasse pas */
    scale: 0.9; /* Réduit légèrement pour éviter les débordements */
    transform-origin: center center; /* Centre la transformation */
}

/* Conteneur parent pour centrer */
.titre-principal-container {
    width: 100%;
    text-align: center;
    overflow: hidden; /* Évite les barres de défilement */
}

.conteneur-a-remplacer {
    display: none;
}
