/* Reader Light — OwnShip's stock light palette as a portable drop-in.
   rev 2026-07-27 · OwnShip 0.9.12 */

[data-theme="Reader-Light"] {
  --theme-icon: "☼";
  --bg:         #ffffff;
  --bg-nav:     #f5f5f5;
  --bg-code:    #f0f0f0;
  --border:     #dddddd;
  --text:       #222222;
  --text-muted: #666666;
  --heading:    #222222;
  --link:       #0366d6;
  --link-hover: #0550ae;
  --active-bg:  #dbeafe;
  --active:     #1d4ed8;
  --head-bg:    #f0f0f0;
}
