/* Sora – texte courant (regular) */
@font-face{
  font-family: "Sora";
  src: url("../fonts/sora-v11-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Sora – titres (bold) */
@font-face{
  font-family: "Sora";
  src: url("../fonts/sora-v11-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Lora – regular */
@font-face{
  font-family: "Lora";
  src: url("../fonts/lora-v26-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Lora – italic */
@font-face{
  font-family: "Lora";
  src: url("../fonts/lora-v26-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

