/* ============================================================
   sources.css — SOURCES ROUTE ONLY — citation list
   Loads after site.css. Route layout only; shared furniture lives in site.css.
   ============================================================ */
@layer route {
/* --carbon is for the citation text, not the heading: without this the h1
   inherits grey while every other route's h1 is ink. */
.sources{font-size:.86rem;color:var(--carbon)}

.sources h1{color:var(--ink)}

.sources ol{padding-left:1.2rem;margin:1rem 0 0}

.sources li{margin-bottom:.85rem}
}
