/* ------------------------ LES FONTS ------------------------------------------- */
@font-face {
  font-family: "Figtree";
  src: url("../font/Figtree/Figtree-VariableFont_wght.ttf") format("truetype");
  font-display: swap; /* Ajoutez cette ligne */
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/Libre_Baskerville/LibreBaskerville-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Ajoutez cette ligne */
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/Libre_Baskerville/LibreBaskerville-Italic.ttf")
    format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap; /* Ajoutez cette ligne */
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("../font/Libre_Baskerville/LibreBaskerville-Bold.ttf")
    format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; /* Ajoutez cette ligne */
}
@font-face {
  font-family: "New Edge";
  src: url("../font/NewEdgeSoftPower4-LightRounded.otf") format("truetype");
  font-weight: Regular;
  font-style: Regular;
  font-display: swap; /* Ajoutez cette ligne */
}
/* Noto Sans KR : import de toutes les graisses */

@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/Noto sans KR/NotoSansKR-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; /* Ajoutez cette ligne */
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/Noto sans KR/NotoSansKR-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; /* Ajoutez cette ligne */
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../font/Noto sans KR/NotoSansKR-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* Ajoutez cette ligne */
}
