:root {
  --gold: #E5A833;
  --text-dark: #1E293B;
  --text-body: #475569;
  --font: 'Manrope', sans-serif;
}

.div-block-5,
.div-block-6,
.rich-text-block,
.subtitle,
.titre-section,
.date_blog,
.text-date {
  font-family: var(--font);
  color: var(--text-dark);
}

.titre-section {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 800;
}

.subtitle {
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-body);
}

.date_blog,
.text-date {
  font-size: 16px;
  color: var(--text-body);
}

.rich-text-block {
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-dark);
}

.rich-text-block p,
.rich-text-block li {
  font-size: 18px;
  line-height: 1.7;
}

.rich-text-block h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-top: 28px;
  margin-bottom: 14px;
}

.rich-text-block h3 {
  font-size: 30px;
  line-height: 1.25;
  margin-top: 22px;
  margin-bottom: 10px;
}

.rich-text-block blockquote {
  font-size: 20px;
  line-height: 1.6;
  color: var(--text-body);
}

.rich-text-block a,
.subtitle a,
.text-date a {
  color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.rich-text-block a:hover,
.subtitle a:hover,
.text-date a:hover {
  color: #c98914;
}

@media (max-width: 768px) {
  .titre-section {
    font-size: 34px;
  }

  .subtitle,
  .rich-text-block,
  .rich-text-block p,
  .rich-text-block li {
    font-size: 17px;
  }

  .rich-text-block h2 {
    font-size: 30px;
  }

  .rich-text-block h3 {
    font-size: 24px;
  }
}
