<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --link-color:                 #13aff0;
  --link-color-darker:          #0c8ec4;
  --border-color:               #f5f5f5;
  --border-color-lighter:       white;
  --subtitle-color:             #999999;
  --site-title-color:           #4e4e4e;
  --site-title-color-darkest:   #1b1b1b;
  --page-title-color:           #4e4e4e;
  --body-bg:                    #fcfcfc;
  --body-bg-rgb:                252, 252, 252;
  --body-bg-lighter:            white;
  --body-bg-darker:             #efefef;
  --body-bg-darkest:            #e3e3e3;
  --body-color:                 #4e4e4e;
  --body-color-rgb:             78, 78, 78;
  --body-color-darkest:         #1b1b1b;
  --header-bg:                  #fcfcfc;
  --header-bg-rgb:              252, 252, 252;
  --header-bg-darker:           #f4f4f4;
  --nav-album-bg:               #f5f5f5;
  --footer-bg:                  #ffffff;
  --footer-text-color:          #4e4e4e;
  --lib-perfect-scrollbar-bg:   #cecece;
  --component-notify-bg:        #efefef;
  --lightness-body-5:           #efefef;
  --lightness-body-10:          #e3e3e3;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Unica One', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 15px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 13px; } }
body, p, .project-page {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    body, p, .project-page {
      font-size: 10px; } }
.site-footer .copy, .site-footer .contacts {
  font-weight: 300;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 10px; } }
</pre></body></html>