/* Style de base pour l’éditeur */
body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
}

/* Titres */
h1, h2, h3, h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }

/* Listes */
ul, ol {
  margin-left: 2em;
  margin-bottom: 1em;
}

ul li, ol li {
  margin-bottom: 0.5em;
}

/* Paragraphes */
p {
  margin-bottom: 1em;
}

/* Liens */
a {
  color: #0066cc;
  text-decoration: underline;
}