<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --accent-color:                 #91c9c9;
  --accent-color-darker-rgb:      111, 184, 184;
  --body-bg:                      #ffffff;
  --body-bg-lighter:              white;
  --body-bg-darker:               #f2f2f2;
  --body-bg-darkest:              #e6e6e6;
  --body-color:                   #281e1d;
  --body-color-rgb:               40, 30, 29;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #d1d1d1;
  --component-notify-bg:          #f2f2f2;
  --lightness-body-5:             #f2f2f2;
  --lightness-body-10:            #e6e6e6;
  --sidebar-color:                #281e1d;
  --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; } }
</pre></body></html>