:root {
  --accent-color:                 #e6ff38;
  --accent-color-darker-rgb:      224, 255, 5;
  --body-bg:                      #cbccd5;
  --body-bg-lighter:              #d9dae0;
  --body-bg-darker:               #bdbeca;
  --body-bg-darkest:              #afb0be;
  --body-color:                   #000000;
  --body-color-rgb:               0, 0, 0;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #989aac;
  --component-notify-bg:          #bdbeca;
  --lightness-body-5:             #bdbeca;
  --lightness-body-10:            #afb0be;
  --sidebar-color:                #000000;
  --font-family-primary:          'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 400;
  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; } }
