@font-face {
  font-family: "Opun Mai";
  src: url("../fonts/opunmai/Opun-Mai-Regular.woff2") format("woff2"),
    url("../fonts/opunmai/Opun-Mai-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Opun Mai";
  src: url("../fonts/opunmai/Opun-Mai-Bold.woff2") format("woff2"),
    url("../fonts/opunmai/Opun-Mai-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Opun Mai";
  src: url("../fonts/opunmai/Opun-Mai-SemiBold.woff2") format("woff2"),
    url("../fonts/opunmai/Opun-Mai-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Opun Mai";
  src: url("../fonts/opunmai/Opun-Mai-Thin.woff2") format("woff2"),
    url("../fonts/opunmai/Opun-Mai-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Opun Mai";
  src: url("../fonts/opunmai/Opun-Mai-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Opun Mai";
  src: url("../fonts/opunmai/Opun-Mai-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Forcer l'utilisation de la police sur tous les éléments */
* {
  font-family: "Opun Mai", sans-serif !important;
}
