/* Déclaration de la version Bold (Gras) */
@font-face {
    font-family: 'Comfortaa';
    src: url('../../../fonts/comfortaa-v47-latin-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

#background-title {
    text-align: center;
    padding: 1rem 0;
    color: #045863; /* Adjust as needed */
    font-family: "Comfortaa", "Nunito Sans", ui-sans-serif, sans-serif; /* Adjust as needed */
    font-weight: bold; /* Adjust as needed */
    font-size: 1.5rem; /* Adjust as needed */
    transition: opacity 0.3s ease-in-out;
}

#background-title.transparent {
    opacity: 0.3; /* Or any other value for transparency */
}
