/* contresens.art — fondation partagée */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;max-width:100%}
img,video,iframe,svg{max-width:100%;height:auto}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}

:root{
  /* Polices système : serif contemplative pour les poèmes, sans nette pour l'UI.
     Remplaçables par des woff2 auto-hébergées plus tard sans toucher au reste. */
  --serif:'Iowan Old Style','Palatino Linotype','Palatino',Palatino,Georgia,'Times New Roman',serif;
  --sans:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;

  --paper:#faf8f4;   /* fond crème très clair */
  --ink:#1c1a17;     /* encre */
  --muted:#8a8478;   /* gris doux */
  --border:#e6e1d8;  /* filets discrets */
  --accent:#9a3b2e;  /* terre cuite (liens/erreurs) */
}

body{font-family:var(--sans);background:var(--paper);color:var(--ink);
  font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:var(--accent)}
.emph{color:var(--accent)}  /* « sens » / « un poème » mis en accent */

footer{border-top:1px solid var(--border);padding:2.5rem 1.5rem;text-align:center;
  font-size:12px;color:var(--muted);margin-top:3rem;letter-spacing:.03em}
footer a{color:var(--muted);text-decoration:none}
footer a:hover{color:var(--ink)}
