:root {
  --accent-color:                 #3ec0ce;
  --accent-color-darker-rgb:      44, 161, 173;
  --body-bg:                      #1f1f1f;
  --body-bg-lighter:              #2c2c2c;
  --body-bg-darker:               #121212;
  --body-bg-darkest:              #060606;
  --body-color:                   #46d8ea;
  --body-color-rgb:               70, 216, 234;
  --body-color-darkest:           #15a4b5;
  --lib-perfect-scrollbar-bg:     #4d4d4d;
  --component-notify-bg:          #393939;
  --lightness-body-5:             #2c2c2c;
  --lightness-body-10:            #393939;
  --sidebar-color:                #060606;
  --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; } }
