:root {
  --accent-color:                 #ff3dc1;
  --accent-color-rgb:             255, 61, 193;
  --accent-color-darker:          #ff0ab1;
  --accent-color-darker-rgb:      255, 10, 177;
  --accent-color-darkest-rgb:     214, 0, 146;
  --link-color:                   #ff3dc1;
  --link-color-darker:            #ff0ab1;
  --border-color:                 #959393;
  --subtitle-color:               #ff3dc1;
  --body-bg:                      #1c2026;
  --body-bg-rgb:                  28, 32, 38;
  --body-bg-lighter:              #272c35;
  --body-bg-darker:               #111417;
  --body-bg-darkest:              #060709;
  --body-color:                   #959393;
  --body-color-rgb:               149, 147, 147;
  --body-color-darkest:           #626060;
  --about-card-bg:                #212833;
  --footer-color:                 #d9d9d9;
  --footer-bg:                    #1c2026;
  --caption-bg:                   #212833;
  --lib-perfect-scrollbar-bg:     #434d5b;
  --component-notify-bg:          #323943;
  --lightness-body-5:             #272c35;
  --lightness-body-10:            #323943;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', 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; } }
