/* Garden CSS — vit dans cette note racine, injecté seulement sur ton domaine
   custom (origine isolée). Édite ici, republie, et tout ton jardin suit. */
:is(h1, h2, h3, h4, h5, h6) { filter: contrast(0.7); }
body p { letter-spacing: -0.01em; }
blockquote { margin-block-start: var(--space-2); border-left: 2px solid currentColor; }
.footnotes { font-size: var(--scale-d2); }
.footnotes::before { content: "Notes"; filter: opacity(0.5); }
.prose a { text-decoration-color: currentColor; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.header a, .footer a { text-decoration-color: transparent; color: var(--color-foreground); }
.footer h2 a:hover { color: var(--color-accent); }