:root {
  --accent-color:                 #9e3bf4;
  --accent-color-darker-rgb:      134, 13, 239;
  --body-bg:                      #181818;
  --body-bg-lighter:              #252525;
  --body-bg-darker:               #0b0b0b;
  --body-bg-darkest:              black;
  --body-color:                   #f0f0f0;
  --body-color-rgb:               240, 240, 240;
  --body-color-darkest:           #bdbdbd;
  --lib-perfect-scrollbar-bg:     #464646;
  --component-notify-bg:          #323232;
  --lightness-body-5:             #252525;
  --lightness-body-10:            #323232;
  --sidebar-color:                #ffffff;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', 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; } }
