/* SoKY Local — theme: Limestone & Hilltopper red
   Stone neutrals pulled from South Central Kentucky limestone and cave rock,
   WKU red as the one strong color, cave-lantern amber reserved for the sponsor spot.
   To switch palettes, replace this file with theme-cave.css (renamed to theme.css). */
:root{
  --paper:#F1EEE7;        /* limestone */
  --ink:#1B1916;          /* cave dark */
  --ink-2:#514B43;
  --ink-3:#847C70;
  --line:#D8D1C4;
  --field:#B3202F;        /* Hilltopper red — buttons, links, the typed word */
  --field-deep:#8C1724;
  --field-tint:#E7E2D7;   /* light stone — tags, soft panels */
  --gold:#D99A2B;         /* lantern amber — sponsor button only */
  --gold-deep:#A9741C;
  --straw:#EBE4D4;        /* sponsor slot background */
  --straw-line:#D6CBB3;
  --white:#FBFAF7;
}
.tag{color:var(--ink)}
.tag.verified{background:var(--field);color:#fff}
.stars .s{color:var(--gold-deep)}
