:root {
  --accent-color:                 #6e9296;
  --accent-color-darker-rgb:      88, 118, 121;
  --body-bg:                      #242424;
  --body-bg-lighter:              #313131;
  --body-bg-darker:               #171717;
  --body-bg-darkest:              #0b0b0b;
  --body-color:                   #f4f4f4;
  --body-color-rgb:               244, 244, 244;
  --body-color-darkest:           #c1c1c1;
  --lib-perfect-scrollbar-bg:     #525252;
  --component-notify-bg:          #3e3e3e;
  --lightness-body-5:             #313131;
  --lightness-body-10:            #3e3e3e;
  --sidebar-color:                #000000;
  --font-family-primary:          'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Muli', 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; } }
