:root {
  --accent-color:                 #ee2e3c;
  --accent-color-rgb:             238, 46, 60;
  --accent-color-darker:          #d71220;
  --accent-color-darker-rgb:      215, 18, 32;
  --accent-color-darkest-rgb:     168, 14, 25;
  --link-color:                   #ee2e3c;
  --link-color-darker:            #d71220;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #ee2e3c;
  --body-bg:                      #ffffff;
  --body-bg-rgb:                  255, 255, 255;
  --body-bg-lighter:              white;
  --body-bg-darker:               #f2f2f2;
  --body-bg-darkest:              #e6e6e6;
  --body-color:                   #ffffff;
  --body-color-rgb:               255, 255, 255;
  --body-color-darkest:           #cccccc;
  --about-card-bg:                #000000;
  --footer-color:                 #000000;
  --footer-bg:                    #ffffff;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #d1d1d1;
  --component-notify-bg:          #f2f2f2;
  --lightness-body-5:             #f2f2f2;
  --lightness-body-10:            #e6e6e6;
  --font-family-primary:          'Work Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Source Sans Pro', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 400;
  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; } }
