/* ===============================
   Thème Standard Notes – Personnalisé
   =============================== */

/* Variables StyleKit obligatoires */
:root {
  --sn-stylekit-background-color: #000000; /* fond noir */
  --sn-stylekit-foreground-color: #eaeaea; /* texte principal */
  --sn-stylekit-border-color: #2a2a2a;     /* bordures */
  --sn-stylekit-neutral-color: #b0b0b0;    /* texte secondaire */
}

/* ===============================
   Titres dans les notes
   =============================== */
.sn-note-content h1 {
  color: #ff3b3b; /* rouge */
}

.sn-note-content h2 {
  color: #3b82ff; /* bleu */
}

.sn-note-content h3 {
  color: #22c55e; /* vert */
}

/* ===============================
   Listes dans les notes
   =============================== */
.sn-note-content ul,
.sn-note-content ol {
  margin-left: 20px;
}

.sn-note-content li {
  margin-bottom: 4px; /* espacement entre les items */
}

/* ===============================
   Paragraphes / lisibilité
   =============================== */
.sn-note-content p {
  line-height: 1.6;
}
