:root {
  --accent-color:                 #c17640;
  --accent-color-darker-rgb:      156, 94, 50;
  --body-bg:                      #f2ece1;
  --body-bg-lighter:              #faf7f3;
  --body-bg-darker:               #eae1cf;
  --body-bg-darkest:              #e3d5bd;
  --body-color:                   #000000;
  --body-color-rgb:               0, 0, 0;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #d6c3a1;
  --component-notify-bg:          #eae1cf;
  --lightness-body-5:             #eae1cf;
  --lightness-body-10:            #e3d5bd;
  --sidebar-color:                #000000;
  --font-family-primary:          'Open Sans', 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; } }
