:root {
  --accent-color:                 #a63a55;
  --accent-color-darker-rgb:      128, 45, 66;
  --body-bg:                      #333333;
  --body-bg-lighter:              #404040;
  --body-bg-darker:               #262626;
  --body-bg-darkest:              #1a1a1a;
  --body-color:                   #dfebec;
  --body-color-rgb:               223, 235, 236;
  --body-color-darkest:           #9fc3c6;
  --lib-perfect-scrollbar-bg:     #616161;
  --component-notify-bg:          #4d4d4d;
  --lightness-body-5:             #404040;
  --lightness-body-10:            #4d4d4d;
  --sidebar-color:                #0d0d0d;
  --font-family-primary:          'Open 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: 24px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
