:root {
  --accent-color:                 #149af4;
  --accent-color-rgb:             20, 154, 244;
  --accent-color-darker:          #0a7ecb;
  --accent-color-darker-rgb:      10, 126, 203;
  --accent-color-darkest-rgb:     7, 95, 155;
  --link-color:                   #149af4;
  --link-color-darker:            #0a7ecb;
  --border-color:                 #B8B8B8;
  --subtitle-color:               #149af4;
  --body-bg:                      #212121;
  --body-bg-rgb:                  33, 33, 33;
  --body-bg-lighter:              #2e2e2e;
  --body-bg-darker:               #141414;
  --body-bg-darkest:              #080808;
  --body-color:                   #EBEBEB;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #1c1c1c;
  --footer-color:                 #D9D9D9;
  --footer-bg:                    #212121;
  --caption-bg:                   #212121;
  --lib-perfect-scrollbar-bg:     #4f4f4f;
  --component-notify-bg:          #3b3b3b;
  --lightness-body-5:             #2e2e2e;
  --lightness-body-10:            #3b3b3b;
  --font-family-primary:          'Roboto', 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: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 28px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 18px; } }
.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; } }
