/* Keilana - Surcharge sage green */
:root {
  --primary-accent: #5b7e6b;
  --navbar-border-top: #4a6b59;
  --button-border: #4a6b59;
  --link-focus: #4a6b59;
  --form-shadow: rgba(91, 126, 107, 0.6);
  --pagination-bg: #c5d8cc;
  --link-hover-bg: #4a6b59;
  --navbar-focus: #8fb09b;
}

/* Espacement et taille du sous-titre dans les sections */
.heading h2 {
  margin-bottom: 15px;
}

.heading p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.6;
}

#pricing .heading p {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.6;
}
