:root {
  --accent-color:                 #bbbbbc;
  --accent-color-darker-rgb:      161, 161, 163;
  --body-bg:                      #18181c;
  --body-bg-lighter:              #24242a;
  --body-bg-darker:               #0c0c0e;
  --body-bg-darkest:              #000001;
  --body-color:                   #ffffff;
  --body-color-rgb:               255, 255, 255;
  --body-color-darkest:           #cccccc;
  --lib-perfect-scrollbar-bg:     #42424d;
  --component-notify-bg:          #303037;
  --lightness-body-5:             #24242a;
  --lightness-body-10:            #303037;
  --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: 14px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
