:root {
  --link-color:                 #b37335;
  --accent-color:               #b37335;
  --accent-color-rgb:           179, 115, 53;
  --accent-color-darker:        #8c5a29;
  --accent-color-darker-rgb:    140, 90, 41;
  --title-color:                #c6b9b6;
  --sidebar-bg:                 #32161a;
  --sidebar-bg-rgb:             50, 22, 26;
  --body-bg:                    #1f1f1f;
  --body-bg-rgb:                31, 31, 31;
  --body-bg-lighter:            #2c2c2c;
  --body-bg-darker:             #121212;
  --body-bg-darkest:            #060606;
  --body-color:                 #c6b9b6;
  --body-color-rgb:             198, 185, 182;
  --body-color-darker:          #b09e99;
  --body-color-darkest:         #856d68;
  --page-title-color:           #c6b9b6;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #b37335;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #1f1f1f;
  --lib-perfect-scrollbar-bg:   #4d4d4d;
  --component-notify-bg:        #393939;
  --lightness-body-5:           #2c2c2c;
  --lightness-body-10:          #393939;
  --slider-pause:               5000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Cinzel', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
.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; } }
