:root {
  --accent-color:                 #ffc100;
  --accent-color-rgb:             255, 193, 0;
  --accent-color-darker:          #cc9a00;
  --accent-color-darker-rgb:      204, 154, 0;
  --accent-color-darkest-rgb:     153, 116, 0;
  --link-color:                   #16fa39;
  --link-color-darker:            #05d825;
  --border-color:                 #ffc219;
  --subtitle-color:               #28AFB0;
  --body-bg:                      #1a2b2b;
  --body-bg-rgb:                  26, 43, 43;
  --body-bg-lighter:              #243b3b;
  --body-bg-darker:               #101b1b;
  --body-bg-darkest:              #070b0b;
  --body-color:                   #EBEBEB;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #000000;
  --footer-color:                 #9B9B9B;
  --footer-bg:                    #1a2b2b;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #3d6464;
  --component-notify-bg:          #2d4b4b;
  --lightness-body-5:             #243b3b;
  --lightness-body-10:            #2d4b4b;
  --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; } }
