:root {
  --accent-color:                 #1a4879;
  --accent-color-rgb:             26, 72, 121;
  --accent-color-darker:          #112f4f;
  --accent-color-darker-rgb:      17, 47, 79;
  --accent-color-darkest-rgb:     8, 22, 37;
  --link-color:                   #5797bd;
  --link-color-darker:            #3f7da2;
  --border-color:                 #9e9e9e;
  --subtitle-color:               #789bb6;
  --body-bg:                      #181a1a;
  --body-bg-rgb:                  24, 26, 26;
  --body-bg-lighter:              #242727;
  --body-bg-darker:               #0c0d0d;
  --body-bg-darkest:              black;
  --body-color:                   #9e9e9e;
  --body-color-rgb:               158, 158, 158;
  --body-color-darkest:           #6b6b6b;
  --about-card-bg:                #000000;
  --footer-color:                 #9e9e9e;
  --footer-bg:                    #181a1a;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #444a4a;
  --component-notify-bg:          #303535;
  --lightness-body-5:             #242727;
  --lightness-body-10:            #303535;
  --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: 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; } }
