: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:                      #181A1A;
  --body-bg-rgb:                  24, 26, 26;
  --body-bg-lighter:              #242727;
  --body-bg-darker:               #0c0d0d;
  --body-bg-darkest:              black;
  --body-color:                   #EBEBEB;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #000000;
  --footer-color:                 #9B9B9B;
  --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; } }
