:root {
  --link-color:                 #9f6bbf;
  --accent-color:               #9f6bbf;
  --accent-color-rgb:           159, 107, 191;
  --accent-color-darker:        #874bac;
  --accent-color-darker-rgb:    135, 75, 172;
  --title-color:                #e3edff;
  --sidebar-bg:                 #2e1c30;
  --sidebar-bg-rgb:             46, 28, 48;
  --body-bg:                    #1c121e;
  --body-bg-rgb:                28, 18, 30;
  --body-bg-lighter:            #2b1c2e;
  --body-bg-darker:             #0d080e;
  --body-bg-darkest:            black;
  --body-color:                 #e3edff;
  --body-color-rgb:             227, 237, 255;
  --body-color-darker:          #b0ccff;
  --body-color-darkest:         #5491ff;
  --page-title-color:           #e3edff;
  --menu-item-color:            #9e6bbf;
  --menu-item-selected-color:   #e3edff;
  --menu-item-hover-color:      #d2a2ee;
  --special-text-color:         #a06bbf;
  --special-text-color-rgb:     160, 107, 191;
  --header-color:               #9c6bbf;
  --form-border:                rgba(160, 107, 191, 0.6);
  --footer-bg:                  #1c121e;
  --lib-perfect-scrollbar-bg:   #523457;
  --component-notify-bg:        #3a253e;
  --lightness-body-5:           #2b1c2e;
  --lightness-body-10:          #3a253e;
  --slider-pause:               3000ms;
  --font-family-primary:        'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Roboto Slab', Helvetica, Arial, sans-serif; }

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