:root {
  --a: #f971cc; /* links, button bkgd */
  --body: #f1e9ef; /* body text */
  --ghost: #110b0f; /* notification bkgd, faint borders, nav menu hover */
  --light: #442a3c; /* blockquotes, tags, table borders */
  --mid: #885477; /* subtitles, quotes, meta, nav links, notification text */
  --dark: #f971cc; /* headings, synopsis, alternate button bkgd, nav hover */
  --bkgd: #020102; /* page bkgd, nav bkgd, button text */
}

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