:root {
  --link-color:                 #baab67;
  --accent-color:               #baab67;
  --accent-color-rgb:           186, 171, 103;
  --accent-color-darker:        #a4944a;
  --accent-color-darker-rgb:    164, 148, 74;
  --title-color:                #baab67;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #0d1010;
  --body-bg-rgb:                13, 16, 16;
  --body-bg-lighter:            #181e1e;
  --body-bg-darker:             #020202;
  --body-bg-darkest:            black;
  --body-color:                 #baab67;
  --body-color-rgb:             186, 171, 103;
  --body-color-darker:          #a4944a;
  --body-color-darkest:         #655b2e;
  --page-title-color:           #baab67;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #f0ce78;
  --menu-item-hover-color:      #baab67;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #0d1010;
  --lib-perfect-scrollbar-bg:   #364343;
  --component-notify-bg:        #242c2c;
  --lightness-body-5:           #181e1e;
  --lightness-body-10:          #242c2c;
  --slider-pause:               10000ms;
  --font-family-primary:        'Vollkorn', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Cinzel', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 300;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 14px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
