:root {
  --link-color:                 #667611;
  --accent-color:               #667611;
  --accent-color-rgb:           102, 118, 17;
  --accent-color-darker:        #3f490b;
  --accent-color-darker-rgb:    63, 73, 11;
  --title-color:                #fefae0;
  --sidebar-bg:                 #000000;
  --sidebar-bg-rgb:             0, 0, 0;
  --body-bg:                    #1b1b1b;
  --body-bg-rgb:                27, 27, 27;
  --body-bg-lighter:            #282828;
  --body-bg-darker:             #0e0e0e;
  --body-bg-darkest:            #020202;
  --body-color:                 #fefae0;
  --body-color-rgb:             254, 250, 224;
  --body-color-darker:          #fcf2af;
  --body-color-darkest:         #fae456;
  --page-title-color:           #fefae0;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #fefae0;
  --menu-item-hover-color:      #667611;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #1b1b1b;
  --lib-perfect-scrollbar-bg:   #494949;
  --component-notify-bg:        #353535;
  --lightness-body-5:           #282828;
  --lightness-body-10:          #353535;
  --slider-pause:               7000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Rubik', 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; } }
