:root {
  --accent-color:                 #28afb0;
  --accent-color-rgb:             40, 175, 176;
  --accent-color-darker:          #1f8686;
  --accent-color-darker-rgb:      31, 134, 134;
  --accent-color-darkest-rgb:     21, 92, 93;
  --link-color:                   #28afb0;
  --link-color-darker:            #1f8686;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #28afb0;
  --body-bg:                      #313131;
  --body-bg-rgb:                  49, 49, 49;
  --body-bg-lighter:              #3e3e3e;
  --body-bg-darker:               #242424;
  --body-bg-darkest:              #181818;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #313131;
  --footer-color:                 #9b9b9b;
  --footer-bg:                    #313131;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #5f5f5f;
  --component-notify-bg:          #4b4b4b;
  --lightness-body-5:             #3e3e3e;
  --lightness-body-10:            #4b4b4b;
  --font-family-primary:          'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Roboto', 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: 28px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 13px; } }
.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; } }
