:root {
  --accent-color:                 #1fa3cf;
  --accent-color-rgb:             31, 163, 207;
  --accent-color-darker:          #1880a3;
  --accent-color-darker-rgb:      24, 128, 163;
  --accent-color-darkest-rgb:     18, 93, 118;
  --link-color:                   #1fa3cf;
  --link-color-darker:            #1880a3;
  --border-color:                 #c9c9c9;
  --subtitle-color:               #1fa3cf;
  --body-bg:                      #f2f2f2;
  --body-bg-rgb:                  242, 242, 242;
  --body-bg-lighter:              white;
  --body-bg-darker:               #e5e5e5;
  --body-bg-darkest:              #d9d9d9;
  --body-color:                   #4a4a4a;
  --body-color-rgb:               74, 74, 74;
  --body-color-darkest:           #171717;
  --about-card-bg:                #ffffff;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #f2f2f2;
  --caption-bg:                   #ffffff;
  --lib-perfect-scrollbar-bg:     #c4c4c4;
  --component-notify-bg:          #e5e5e5;
  --lightness-body-5:             #e5e5e5;
  --lightness-body-10:            #d9d9d9;
  --font-family-primary:          'Raleway', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Amatic SC', 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; } }
