<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --accent-color:                 #00d1db;
  --accent-color-darker-rgb:      0, 160, 168;
  --body-bg:                      #f0eded;
  --body-bg-lighter:              #fcfbfb;
  --body-bg-darker:               #e4dfdf;
  --body-bg-darkest:              #d9d1d1;
  --body-color:                   #2e2e2e;
  --body-color-rgb:               46, 46, 46;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #c6bbbb;
  --component-notify-bg:          #e4dfdf;
  --lightness-body-5:             #e4dfdf;
  --lightness-body-10:            #d9d1d1;
  --sidebar-color:                #2e2e2e;
  --font-family-primary:          'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Cairo', 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>