:root {
  --accent-color:                 #4c4c4c;
  --accent-color-darker-rgb:      51, 51, 51;
  --body-bg:                      #222222;
  --body-bg-lighter:              #2f2f2f;
  --body-bg-darker:               #151515;
  --body-bg-darkest:              #090909;
  --body-color:                   #ffffff;
  --body-color-rgb:               255, 255, 255;
  --body-color-darkest:           #cccccc;
  --lib-perfect-scrollbar-bg:     #505050;
  --component-notify-bg:          #3c3c3c;
  --lightness-body-5:             #2f2f2f;
  --lightness-body-10:            #3c3c3c;
  --sidebar-color:                #000000;
  --font-family-primary:          'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Prompt', 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: 900;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 42px; } }
