:root {
  --accent-color:                 #02a9ac;
  --accent-color-rgb:             2, 169, 172;
  --accent-color-darker:          #01777a;
  --accent-color-darker-rgb:      1, 119, 122;
  --accent-color-darkest-rgb:     1, 70, 71;
  --link-color:                   #02a9ac;
  --link-color-darker:            #01777a;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #02a9ac;
  --body-bg:                      #4f6464;
  --body-bg-rgb:                  79, 100, 100;
  --body-bg-lighter:              #5a7272;
  --body-bg-darker:               #445656;
  --body-bg-darkest:              #384848;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #000000;
  --footer-color:                 #9b9b9b;
  --footer-bg:                    #4f6464;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #799595;
  --component-notify-bg:          #668080;
  --lightness-body-5:             #5a7272;
  --lightness-body-10:            #668080;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Source Sans Pro', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    body {
      font-size: 16px; } }
.site-title a {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 30px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 16px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 14px; } }
