:root {
  --accent-color:                 #232323;
  --accent-color-darker-rgb:      10, 10, 10;
  --body-bg:                      #232323;
  --body-bg-lighter:              #303030;
  --body-bg-darker:               #161616;
  --body-bg-darkest:              #0a0a0a;
  --body-color:                   #e89d10;
  --body-color-rgb:               232, 157, 16;
  --body-color-darkest:           #895c09;
  --lib-perfect-scrollbar-bg:     #515151;
  --component-notify-bg:          #3d3d3d;
  --lightness-body-5:             #303030;
  --lightness-body-10:            #3d3d3d;
  --sidebar-color:                #c8c8c8;
  --font-family-primary:          'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Ubuntu', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 400;
  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: 20px; } }
