:root {
  --accent-color:                 #f3f6f5;
  --accent-color-darker-rgb:      214, 224, 221;
  --body-bg:                      #e4e9ee;
  --body-bg-lighter:              #f4f6f8;
  --body-bg-darker:               #d4dce4;
  --body-bg-darkest:              #c5d0da;
  --body-color:                   #626d62;
  --body-color-rgb:               98, 109, 98;
  --body-color-darkest:           #323732;
  --lib-perfect-scrollbar-bg:     #acbbcb;
  --component-notify-bg:          #d4dce4;
  --lightness-body-5:             #d4dce4;
  --lightness-body-10:            #c5d0da;
  --sidebar-color:                #9f9595;
  --font-family-primary:          'Nobile', 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; } }
