:root {
  --accent-color:                 #27007a;
  --accent-color-rgb:             39, 0, 122;
  --accent-color-darker:          #170047;
  --accent-color-darker-rgb:      23, 0, 71;
  --accent-color-darkest-rgb:     6, 0, 20;
  --link-color:                   #7834b1;
  --link-color-darker:            #5d288a;
  --border-color:                 #230655;
  --subtitle-color:               #8e84ce;
  --body-bg:                      #000000;
  --body-bg-rgb:                  0, 0, 0;
  --body-bg-lighter:              #0d0d0d;
  --body-bg-darker:               black;
  --body-bg-darkest:              black;
  --body-color:                   #8576e7;
  --body-color-rgb:               133, 118, 231;
  --body-color-darkest:           #3c25d2;
  --about-card-bg:                #000000;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #000000;
  --caption-bg:                   #0b0202;
  --lib-perfect-scrollbar-bg:     #2e2e2e;
  --component-notify-bg:          #1a1a1a;
  --lightness-body-5:             #0d0d0d;
  --lightness-body-10:            #1a1a1a;
  --font-family-primary:          'Bitter', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Cinzel', 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; } }
