/* Taille de police et interligne global */
body {
  font-family: 'Inter', sans-serif;
}

body, .post-content {
  font-size: 15px;
  line-height: 1.6;
}

/* Espacement entre paragraphes */
.post-content p {
  margin-bottom: 0.6em;
  line-height: 1.4;
}

/* Interligne et espacement des listes */
.post-content ul,
.post-content ol {
  margin-bottom: 0.6em;
  line-height: 1.4;
}

.post-content li {
    margin-top: 0;
}

/* Espacement des titres */
.post-content h2 {
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}

.post-content h3 {
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.img-figure {
  margin: 1rem 0;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-left {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

.img-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

.img-figure figcaption {
  font-size: 0.85rem;
  color: #888;
  margin-top: 0.4rem;
  font-style: italic;
  text-align: center;
}

/* clearfix après les images flottantes */
.post-content p:has(+ figure.img-left),
.post-content p:has(+ figure.img-right) {
  overflow: hidden;
}

.logo a,
.logo a span {
    font-family: "DJB Messy Amanda Goes Bold", cursive !important;
    font-size: 2rem !important;
    font-weight: normal !important;
}