:root {
  --accent-color:                 #C7EA46;
  --accent-color-darker-rgb:      184, 227, 26;
  --body-bg:                      #FFFFFF;
  --body-bg-lighter:              white;
  --body-bg-darker:               #f2f2f2;
  --body-bg-darkest:              #e6e6e6;
  --body-color:                   #000000;
  --body-color-rgb:               0, 0, 0;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #d1d1d1;
  --component-notify-bg:          #f2f2f2;
  --lightness-body-5:             #f2f2f2;
  --lightness-body-10:            #e6e6e6;
  --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; } }
