/* resultsledger.com — results-registry
   Palette: off-white paper, oxblood accent, condensed sans. UFC stats-table feel. */
:root {
  --paper:       #f5f3ee;
  --ink:         #111111;
  --muted:       #555555;
  --rule:        #d0cdc4;
  --accent:      #8b1a1a;
  --accent-tint: rgba(139, 26, 26, 0.10);
}
.wordmark .wordmark-accent { color: #8b1a1a; }
/* Results-registry voice: tighten body, monospace-ish for data tables */
.entry .entry-kicker { font-family: "SF Mono", Menlo, Consolas, monospace; letter-spacing: 0.10em; }
