:root {
  /* ── Palette Polinaë (charte validée) ──────────────────── */
  --signature:   #661414;
  --primaire:    #fff3c2;   /* jaune pâle */
  --secondaire:  #c2dcff;   /* bleu clair */
  --tertiaire:   #c2cdff;   /* périwinkle */
  --neutre:      #fcf5e6;   /* crème — fond principal */
  --accent:      #ffc271;   /* doré — CTA */
  --accent-ink:  #3a1010;   /* texte sur accent */
  --contraste:   #545454;
  --ink:         #473428;   /* texte courant */
  --ink-soft:    #6b5648;   /* texte secondaire */
  --paper:       #fffdf6;   /* surfaces / cartes */
  --line:        rgba(102, 20, 20, .16);

  /* ── Typographie ────────────────────────────────────────── */
  --mono: "Spline Sans Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  /* ── Géométrie ──────────────────────────────────────────── */
  --radius:     14px;
  --radius-btn: 999px;
  --maxw:       1180px;
}
