:root {
  --accent-color:                 #2b88c9;
  --accent-color-darker-rgb:      34, 108, 159;
  --body-bg:                      #191919;
  --body-bg-lighter:              #262626;
  --body-bg-darker:               #0c0c0c;
  --body-bg-darkest:              black;
  --body-color:                   #2ad1f5;
  --body-color-rgb:               42, 209, 245;
  --body-color-darkest:           #0893b1;
  --lib-perfect-scrollbar-bg:     #474747;
  --component-notify-bg:          #333333;
  --lightness-body-5:             #262626;
  --lightness-body-10:            #333333;
  --sidebar-color:                #f8f8f8;
  --font-family-primary:          'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Roboto', 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; } }
