/* public/assets/fonts/lora/lora.css
 *   Lora — fichiers locaux (TTF static)
 *   Arbo réelle:
 *   /assets/fonts/lora/static/Lora-*.ttf
 */

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-SemiBoldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lora";
    src: url("/assets/fonts/lora/static/Lora-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
