:root {
  --accent-color:                 #42567a;
  --accent-color-darker-rgb:      48, 63, 89;
  --body-bg:                      #363636;
  --body-bg-lighter:              #434343;
  --body-bg-darker:               #292929;
  --body-bg-darkest:              #1d1d1d;
  --body-color:                   #ffffff;
  --body-color-rgb:               255, 255, 255;
  --body-color-darkest:           #cccccc;
  --lib-perfect-scrollbar-bg:     #646464;
  --component-notify-bg:          #505050;
  --lightness-body-5:             #434343;
  --lightness-body-10:            #505050;
  --sidebar-color:                #000000;
  --font-family-primary:          'Work Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Muli', Helvetica, Arial, sans-serif; }

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