:root {
  --accent-color:                 #ff004d;
  --accent-color-darker-rgb:      204, 0, 62;
  --body-bg:                      #000000;
  --body-bg-lighter:              #0d0d0d;
  --body-bg-darker:               black;
  --body-bg-darkest:              black;
  --body-color:                   #ffffff;
  --body-color-rgb:               255, 255, 255;
  --body-color-darkest:           #cccccc;
  --lib-perfect-scrollbar-bg:     #2e2e2e;
  --component-notify-bg:          #1a1a1a;
  --lightness-body-5:             #0d0d0d;
  --lightness-body-10:            #1a1a1a;
  --sidebar-color:                #000000;
  --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; } }
