:root {
  --accent-color:                 #00c49d;
  --accent-color-darker-rgb:      0, 145, 116;
  --body-bg:                      #202030;
  --body-bg-lighter:              #2a2a3f;
  --body-bg-darker:               #161621;
  --body-bg-darkest:              #0c0c11;
  --body-color:                   #ffffff;
  --body-color-rgb:               255, 255, 255;
  --body-color-darkest:           #cccccc;
  --lib-perfect-scrollbar-bg:     #454567;
  --component-notify-bg:          #34344f;
  --lightness-body-5:             #2a2a3f;
  --lightness-body-10:            #34344f;
  --sidebar-color:                #202030;
  --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: 16px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
