:root {
--couleur-principale: rgb(231,61,118);
--couleur-cta: rgb(231,61,118);
--couleur-secondaire: rgb(231,61,118);
--couleur-texte: rgb(255,255,255);
--couleur-background: rgb(10,10,10);
--border-radius: 1.5rem;
}

.has-rgb-23161118-color { color: rgb(231,61,118); }
.has-rgb-23161118-background-color { background-color: rgb(231,61,118); }
.has-rgb-23161118-color { color: rgb(231,61,118); }
.has-rgb-23161118-background-color { background-color: rgb(231,61,118); }
.has-rgb-23161118-color { color: rgb(231,61,118); }
.has-rgb-23161118-background-color { background-color: rgb(231,61,118); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-101010-color { color: rgb(10,10,10); }
.has-rgb-101010-background-color { background-color: rgb(10,10,10); }
body, p, a, ul, ol { font-family: Sofia, sans-serif; font-weight: 300; font-size: 1.8rem; line-height: 1.5em; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.6rem; }
}
h1 { font-family: Sofia Sans, sans-serif; font-weight: 400; line-height: 1.1em; }
h2 { font-family: Sofia Sans, sans-serif; font-weight: 400; font-size: 2.2rem; line-height: 1.2em; }
@media (min-width: 1000px) {
  h2 { font-size: 3.5rem; }
}
h3 { font-family: Sofia Sans, sans-serif; font-weight: 300; font-size: 2.2rem; line-height: 1.2em; color: #e73d76; }
@media (min-width: 1000px) {
  h3 { font-size: 3.5rem; }
}
h4 { font-family: Sofia Sans, sans-serif; font-weight: 400; }
h5 { font-family: Sofia Sans, sans-serif; font-weight: 400; }
h6 { font-family: Sofia Sans, sans-serif; font-weight: 400; }
