:root {
--couleur-principale: rgb(202,55,42);
--couleur-secondaire: rgb(137,108,74);
--couleur-background: rgb(255,255,255);
--couleur-footer: rgb(255,255,255);
--couleur-texte: rgb(35,31,32);
--couleur-cta-texte: rgb(35,31,32);
--border-radius: 2.5rem;
}

.has-rgb-2025542-color { color: rgb(202,55,42); }
.has-rgb-2025542-background-color { background-color: rgb(202,55,42); }
.has-rgb-13710874-color { color: rgb(137,108,74); }
.has-rgb-13710874-background-color { background-color: rgb(137,108,74); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-255255255-color { color: rgb(255,255,255); }
.has-rgb-255255255-background-color { background-color: rgb(255,255,255); }
.has-rgb-353132-color { color: rgb(35,31,32); }
.has-rgb-353132-background-color { background-color: rgb(35,31,32); }
.has-rgb-353132-color { color: rgb(35,31,32); }
.has-rgb-353132-background-color { background-color: rgb(35,31,32); }
body, p, a, ul, ol { font-family: Winky Sans, sans-serif; font-weight: 400; color: #231f20; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1.6rem; }
}
h1 { font-family: Winky Sans, sans-serif; font-weight: 700; color: #ca372a; }
@media (min-width: 1000px) {
  h1 { font-size: 6rem; }
}
h2 { font-family: Winky Sans, sans-serif; font-weight: 700; color: #896c4a; }
@media (min-width: 1000px) {
  h2 { font-size: 5.5rem; }
}
h3 { font-family: Winky Sans, sans-serif; font-weight: 400; color: #896c4a; }
@media (min-width: 1000px) {
  h3 { font-size: 3rem; }
}
h4 { font-family: Winky Sans, sans-serif; font-weight: 400; }
h5 { font-family: Winky Sans, sans-serif; font-weight: 400; }
h6 { font-family: Winky Sans, sans-serif; font-weight: 400; }
