:root {
  --accent-color:                 #474343;
  --accent-color-darker-rgb:      45, 42, 42;
  --body-bg:                      #121111;
  --body-bg-lighter:              #1f1d1d;
  --body-bg-darker:               #050505;
  --body-bg-darkest:              black;
  --body-color:                   #d4c3c3;
  --body-color-rgb:               212, 195, 195;
  --body-color-darkest:           #a98888;
  --lib-perfect-scrollbar-bg:     #413e3e;
  --component-notify-bg:          #2c2a2a;
  --lightness-body-5:             #1f1d1d;
  --lightness-body-10:            #2c2a2a;
  --sidebar-color:                #d4c3c3;
  --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; } }
