.be-vietnam-pro-regular {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
}

.be-vietnam-pro-semibold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
}

.be-vietnam-pro-extrabold {
  font-family: "Be Vietnam Pro", sans-serif;
  font-style: normal;
}

.manrope {
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

:root {
  --jaune: #FEFFDD;
  --rose: #FA9DBC;
  --bleu: #5C8A85;
  --bleu-rgb: 92, 138, 133; /* Valeur RGB de #5C8A85 pour utilisation avec rgba() */
  --noir: #0E2F2B;
}

h1 {
  font-size: 72px;
  text-transform: uppercase;
  -webkit-text-stroke: 3px var(--noir);
  color: transparent;
}

ul, li {
  font-size: 14px !important;
}

@media (max-width: 768px) {
  h1 {
    font-size: 36px !important;
    /* -webkit-text-stroke: 1px var(--noir) !important; */
  }

  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 18px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  h6 {
    font-size: 14px !important;
  }

  p {
    font-size: 14px !important;
  }
}

h2 {
  font-size: 48px;
  text-transform: uppercase;

}

h3 {
  font-size: 36px;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 14px;
}