/* =========================
   BASE
========================= */


html {
  font-size: 16px; /* base standard */
}

body {
  margin: 0;
  padding: 0;
}


/* =========================
   TYPOGRAPHIE
========================= */


/* H1 */
.elementor-heading-title {
  font-family: "Oswald", sans-serif;
	font-weight: 200;
  font-size: 4.3rem ;
  color: #00FF08 ;

}

/* H2 Elementor */
h2.elementor-heading-title {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #000000;
}

/* Texte */
p {
  font-family: 'Single Day', cursive;
  font-size: 1.5rem;
  color: #28464B;
  line-height: 1.6;
  margin-bottom: 1rem;
}