/* Arial Rounded MT Bold - Custom Font */
@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('../fonts/arial-rounded-mt-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Classe utilitaire pour utiliser la police */
.font-arial-rounded {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
}


@font-face {
    font-family: 'Mervale Script';
    src: url('../fonts/mervale-script.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
