/*
Theme Name: Bonheur en Kit GeneratePress Child
Theme URI: https://bonheurenkit.com
Description: Thème enfant Bonheur en Kit basé sur GeneratePress.
Author: Bonheur en Kit
Template: generatepress
Version: 1.0.0
Text Domain: bonheurenkit-generatepress-child
*/

:root {
  --bek-orange: #E8892F;
  --bek-orange-soft: #FFF3E6;
  --bek-text: #2F2F2F;
  --bek-muted: #6B6B6B;
  --bek-border: #E8DED2;
}

body {
  color: var(--bek-text);
}

.single-post .entry-content {
  font-size: 18px;
  line-height: 1.75;
}

.entry-content h2 {
  margin-top: 2.2em;
  color: var(--bek-text);
}

.entry-content h3 {
  margin-top: 1.6em;
  color: var(--bek-text);
}

.bek-note,
.bek-checklist {
  background: var(--bek-orange-soft);
  border-left: 4px solid var(--bek-orange);
  padding: 1rem 1.2rem;
  border-radius: 8px;
}

.entry-content figure {
  margin: 2rem 0;
}

.entry-content figcaption {
  color: var(--bek-muted);
  font-size: 0.9rem;
}

a,
.entry-content a {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}
