:root {
  --link-color:                 #804d95;
  --accent-color:               #804d95;
  --accent-color-rgb:           128, 77, 149;
  --accent-color-darker:        #633c73;
  --accent-color-darker-rgb:    99, 60, 115;
  --title-color:                #ab719b;
  --sidebar-bg:                 #180d2d;
  --sidebar-bg-rgb:             24, 13, 45;
  --body-bg:                    #130627;
  --body-bg-rgb:                19, 6, 39;
  --body-bg-lighter:            #1e093d;
  --body-bg-darker:             #080311;
  --body-bg-darkest:            black;
  --body-color:                 #c884b3;
  --body-color-rgb:             200, 132, 179;
  --body-color-darker:          #b8619d;
  --body-color-darkest:         #833a6c;
  --page-title-color:           #ab719b;
  --menu-item-color:            #ab719b;
  --menu-item-selected-color:   #fcbae8;
  --menu-item-hover-color:      #4d31cb;
  --special-text-color:         #804d95;
  --special-text-color-rgb:     128, 77, 149;
  --header-color:               #c86ebd;
  --form-border:                rgba(128, 77, 149, 0.6);
  --footer-bg:                  #130627;
  --lib-perfect-scrollbar-bg:   #3a1277;
  --component-notify-bg:        #290d53;
  --lightness-body-5:           #1e093d;
  --lightness-body-10:          #290d53;
  --slider-pause:               10000ms;
  --font-family-primary:        'Patua One', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ropa Sans', Helvetica, Arial, sans-serif; }

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