:root {
  --link-color:                 #15e668;
  --accent-color:               #15e668;
  --accent-color-rgb:           21, 230, 104;
  --accent-color-darker:        #11b753;
  --accent-color-darker-rgb:    17, 183, 83;
  --title-color:                #ffffff;
  --sidebar-bg:                 #0d0b0c;
  --sidebar-bg-rgb:             13, 11, 12;
  --body-bg:                    #1c1c1c;
  --body-bg-rgb:                28, 28, 28;
  --body-bg-lighter:            #292929;
  --body-bg-darker:             #0f0f0f;
  --body-bg-darkest:            #030303;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darker:          #e6e6e6;
  --body-color-darkest:         #b8b8b8;
  --page-title-color:           #ffffff;
  --menu-item-color:            #979797;
  --menu-item-selected-color:   #ffffff;
  --menu-item-hover-color:      #15e668;
  --special-text-color:         #979797;
  --special-text-color-rgb:     151, 151, 151;
  --header-color:               #ffffff;
  --form-border:                rgba(151, 151, 151, 0.6);
  --footer-bg:                  #1c1c1c;
  --lib-perfect-scrollbar-bg:   #4a4a4a;
  --component-notify-bg:        #363636;
  --lightness-body-5:           #292929;
  --lightness-body-10:          #363636;
  --slider-pause:               7000ms;
  --font-family-primary:        'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Open Sans', Helvetica, Arial, sans-serif; }

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