
/* Design match — ajustez ici pour coller au site statique */
:root{
  --font-body: "Merriweather", Georgia, Cambria, "Times New Roman", Times, serif;
  --font-head: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --pumpkin: #f59e0b;
  --pumpkin-strong: #b45309;
  --ink: #0f172a;
  --muted: #475569;
  --paper: #ffffff;
  --card: #ffffff;
  --line: #e5e7eb;
  --chip-bg: #fff3df;
}
h1,h2,h3,h4,h5,h6,.site-title,.entry-title { font-family: var(--font-head, inherit); }
