html {
    font-family: "luciole";
    /*font-family: Arial, sans-serif;*/
}
/* Gestion de la police Luciole*/
@font-face {
    font-family: "luciole";
    src: url("polices/luciole-regular-webfont.woff2") format("woff2"),
         url("polices/luciole-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: "luciole-gras-italique";
    src: url("polices/luciole-bold-italic-webfont.woff2") format("woff2"),
         url("polices/luciole-bold-italic-webfont.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
.gras-italique {
    font-family: "luciole-gras-italique";
}
@font-face {
    font-family: "luciole-italique";
    src: url("polices/luciole-regular-italic-webfont.woff2") format("woff2"),
         url("polices/luciole-regular-italic-webfont.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
    font-display: swap;

}
.italique {
    font-family: "luciole-italique";
}
@font-face {
    font-family: "luciole-gras";
    src: url("polices/luciole-bold-webfont.woff2") format("woff2"),
         url("polices/luciole-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
.gras {
    font-family: "luciole-gras";
}
