:root {
  --a: #ebb25f; /* links, button bkgd */
  --body: #d7c7bc; /* body text */
  --ghost: #2c211a; /* notification bkgd, faint borders, nav menu hover */
  --light: #5d4637; /* blockquotes, tags, table borders */
  --mid: #a47e66; /* subtitles, quotes, meta, nav links, notification text */
  --dark: #ebb25f; /* headings, synopsis, alternate button bkgd, nav hover */
  --bkgd: #201813; /* page bkgd, nav bkgd, button text */
}

body {
    background-image: url("../images/bkgd-lastcall.png");
    background-repeat: repeat-x;
}
