<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --accent-color:                 #FF013F;
  --accent-color-rgb:             255, 1, 63;
  --accent-color-darker:          #cd0032;
  --accent-color-darker-rgb:      205, 0, 50;
  --accent-color-darkest-rgb:     154, 0, 38;
  --link-color:                   #FF013F;
  --link-color-darker:            #cd0032;
  --border-color:                 #B8B8B8;
  --subtitle-color:               #FF013F;
  --body-bg:                      #191E26;
  --body-bg-rgb:                  25, 30, 38;
  --body-bg-lighter:              #232a35;
  --body-bg-darker:               #0f1217;
  --body-bg-darkest:              #050607;
  --body-color:                   #EBEBEB;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #212833;
  --footer-color:                 #D9D9D9;
  --footer-bg:                    #191E26;
  --caption-bg:                   #212833;
  --lib-perfect-scrollbar-bg:     #3d4a5d;
  --component-notify-bg:          #2d3645;
  --lightness-body-5:             #232a35;
  --lightness-body-10:            #2d3645;
  --font-family-primary:          'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
.site-title a {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 13px; } }
</pre></body></html>