:root {
  --accent-color:                 #101014;
  --accent-color-darker-rgb:      0, 0, 0;
  --body-bg:                      #101014;
  --body-bg-lighter:              #1b1b22;
  --body-bg-darker:               #050506;
  --body-bg-darkest:              black;
  --body-color:                   #e7e5d9;
  --body-color-rgb:               231, 229, 217;
  --body-color-darkest:           #c0ba9a;
  --lib-perfect-scrollbar-bg:     #393947;
  --component-notify-bg:          #272730;
  --lightness-body-5:             #1b1b22;
  --lightness-body-10:            #272730;
  --sidebar-color:                #9b989d;
  --font-family-primary:          'Titillium Web', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Orbitron', 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; } }
