:root {
  --accent-color:                 #e2e0c9;
  --accent-color-rgb:             226, 224, 201;
  --accent-color-darker:          #d0cda8;
  --accent-color-darker-rgb:      208, 205, 168;
  --accent-color-darkest-rgb:     190, 186, 135;
  --link-color:                   #010dff;
  --link-color-darker:            #000acd;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #28afb0;
  --body-bg:                      #0e0e0e;
  --body-bg-rgb:                  14, 14, 14;
  --body-bg-lighter:              #1b1b1b;
  --body-bg-darker:               #010101;
  --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:                    #0e0e0e;
  --caption-bg:                   #000000;
  --lib-perfect-scrollbar-bg:     #3c3c3c;
  --component-notify-bg:          #282828;
  --lightness-body-5:             #1b1b1b;
  --lightness-body-10:            #282828;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 25px; } }
.site-title a {
  font-weight: 900;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 50px; } }
.site-title .site-subtitle {
  font-weight: 600;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 24px; } }
.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; } }
