:root {
  --PRIMARY-color: #b63e3e; /* brand primary color */
  --MAIN-LINK-color: #e06060; /* link color of content */
  --TAG-BG-color: #e06060; /* tag color */
  --MAIN-TEXT-color: #c2c2c2; /* text color of content and h1 titles */
  --MAIN-TITLES-TEXT-color: #e06060; /* text color of h2-h6 titles and transparent box titles */
  --MAIN-TITLES-H1-color: #e06060; /* text color of h1 titles */
  --MAIN-TITLES-H2-color: #e06060; /* text color of h2-h6 titles */
  --MAIN-font: "Merriweather"; /* text font of content and h1 titles */
  --MAIN-TITLES-TEXT-font: "Cinzel"; /* text font of h2-h6 titles and transparent box titles */
  --MAIN-TITLES-H1-font: "Cinzel Decorative"; /* text font of h1 titles */
  --CODE-font: "Lucida Console"; /* text font of code */
  --MENU-HEADER-BG-color: #B04040; /* background color of menu header */
  --MENU-HEADER-BORDER-color: #99453a; /* separator color of menu header */
  --MENU-HOME-LINK-color: #d3d33d; /* home button color if configured */
  --MENU-SECTIONS-ACTIVE-CATEGORY-color: #772200;
  --MENU-SECTIONS-LINK-color: #b13200;
  --MENU-SECTION-ACTIVE-CATEGORY-color: #f3b645; /* text color of the displayed menu topic */
  --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #772200; /* background color of the displayed menu topic */
  --MENU-SECTIONS-LINK-color: #aaaaaa;
  --MENU-SECTIONS-LINK-HOVER-color: #FFFF00;

  --MAIN-BG-color: #202020;
  --SECONDARY-color: #c79047; /* brand secondary color */

  --BOX-BG-color: rgb(41, 41, 41); /* background color of colored boxes */
  --BOX-TEXT-color: #cec5c5; /* text color of colored box content */
}

