:root {
--var-background: rgb(244,243,239);
--couleur-texte: rgb(23,37,47);
--border-radius: 2.5rem;
}

.has-rgb-244243239-color { color: rgb(244,243,239); }
.has-rgb-244243239-background-color { background-color: rgb(244,243,239); }
.has-rgb-233747-color { color: rgb(23,37,47); }
.has-rgb-233747-background-color { background-color: rgb(23,37,47); }
body, p, a, ul, ol { font-family: Inter, sans-serif; font-weight: 400; color: #17252f; }
@media (min-width: 1000px) {
  body, p, a, ul, ol { font-size: 1rem; }
}
h1 { font-family: Google Sans Flex, sans-serif; font-weight: 400; color: #17252f; }
@media (min-width: 1000px) {
  h1 { font-size: 2.9rem; }
}
h2 { font-family: Google Sans Flex, sans-serif; font-weight: 700; color: #17252f; }
@media (min-width: 1000px) {
  h2 { font-size: 2.3rem; }
}
h3 { font-family: Google Sans Flex, sans-serif; font-weight: 600; color: #17252f; }
@media (min-width: 1000px) {
  h3 { font-size: 2rem; }
}
h4 { font-family: Google Sans Flex, sans-serif; font-weight: 400; color: #17252f; }
@media (min-width: 1000px) {
  h4 { font-size: 1.8rem; }
}
h5 { font-family: Google Sans Flex, sans-serif; font-weight: 400; color: #17252f; }
@media (min-width: 1000px) {
  h5 { font-size: 1.8rem; }
}
h6 { font-family: Inter, sans-serif; font-weight: 400; color: #17252f; }
@media (min-width: 1000px) {
  h6 { font-size: 1.8rem; }
}
