:root {
  --accent-color:                 #8f8f8f;
  --accent-color-rgb:             143, 143, 143;
  --accent-color-darker:          #767676;
  --accent-color-darker-rgb:      118, 118, 118;
  --accent-color-darkest-rgb:     92, 92, 92;
  --link-color:                   #a6a6a6;
  --link-color-darker:            #8d8d8d;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #ff013f;
  --body-bg:                      #111111;
  --body-bg-rgb:                  17, 17, 17;
  --body-bg-lighter:              #1e1e1e;
  --body-bg-darker:               #040404;
  --body-bg-darkest:              black;
  --body-color:                   #666666;
  --body-color-rgb:               102, 102, 102;
  --body-color-darkest:           #333333;
  --about-card-bg:                #212833;
  --footer-color:                 #d9d9d9;
  --footer-bg:                    #111111;
  --caption-bg:                   #212833;
  --lib-perfect-scrollbar-bg:     #3f3f3f;
  --component-notify-bg:          #2b2b2b;
  --lightness-body-5:             #1e1e1e;
  --lightness-body-10:            #2b2b2b;
  --font-family-primary:          'Open 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: 15px; } }
.site-title a {
  font-weight: 300;
  letter-spacing: 0px; }
  @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: 2px; } }
.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; } }
