:root {
  --accent-color:                 #52cc9a;
  --accent-color-rgb:             82, 204, 154;
  --accent-color-darker:          #36b581;
  --accent-color-darker-rgb:      54, 181, 129;
  --accent-color-darkest-rgb:     42, 142, 101;
  --link-color:                   #52cc9a;
  --link-color-darker:            #36b581;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #52cc9a;
  --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:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', 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; } }
