: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:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Work Sans', 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: 600;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 20px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 12px; } }
.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; } }
