@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'LondrinaOutline';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/LondrinaOutline-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'FilsonPro';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/FilsonProRegular.otf') format('truetype');
}

@font-face {
    font-family: 'FilsonProBold';
    font-style: normal;
    font-weight: 700;
    src: url('/fonts/FilsonProBold.otf') format('truetype');
}

/* Ajoutez les règles de font-face pour d'autres variantes de Roboto si nécessaire */
