/* Laila — version locale avec accents FR corrigés.
   Doit être chargée APRÈS le <link> Google Fonts pour gagner la cascade. */

@font-face {
    font-family: 'Laila';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/laila/Laila-Custom-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Laila';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/laila/LailaCustom.ttf') format('truetype');
}

@font-face {
    font-family: 'Laila';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/laila/LailamediumCustom.ttf') format('truetype');
}

@font-face {
    font-family: 'Laila';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/laila/Laila-SemiBold-custom.ttf') format('truetype');
}

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