:root {
  --link-color:                 #8c7046;
  --accent-color:               #8c7046;
  --accent-color-rgb:           140, 112, 70;
  --accent-color-darker:        #6a5535;
  --accent-color-darker-rgb:    106, 85, 53;
  --title-color:                #8c7046;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #1a1a1a;
  --body-bg-rgb:                26, 26, 26;
  --body-bg-lighter:            #272727;
  --body-bg-darker:             #0d0d0d;
  --body-bg-darkest:            #010101;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #8c7046;
  --menu-item-color:            #e8e8e8;
  --menu-item-selected-color:   #7a7a7a;
  --menu-item-hover-color:      #8c7046;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #1a1a1a;
  --lib-perfect-scrollbar-bg:   #484848;
  --component-notify-bg:        #343434;
  --lightness-body-5:           #272727;
  --lightness-body-10:          #343434;
  --slider-pause:               5000ms;
  --font-family-primary:        'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', Helvetica, Arial, sans-serif; }

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