:root {
  --accent-color:                 #40a2a2;
  --accent-color-darker-rgb:      50, 125, 125;
  --body-bg:                      #3f3f3f;
  --body-bg-lighter:              #4c4c4c;
  --body-bg-darker:               #323232;
  --body-bg-darkest:              #262626;
  --body-color:                   #e8a010;
  --body-color-rgb:               232, 160, 16;
  --body-color-darkest:           #895e09;
  --lib-perfect-scrollbar-bg:     #6d6d6d;
  --component-notify-bg:          #595959;
  --lightness-body-5:             #4c4c4c;
  --lightness-body-10:            #595959;
  --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; } }
