:root {
  --link-color:                 #cd48c1;
  --accent-color:               #cd48c1;
  --accent-color-rgb:           205, 72, 193;
  --accent-color-darker:        #b230a6;
  --accent-color-darker-rgb:    178, 48, 166;
  --title-color:                #60a1a2;
  --sidebar-bg:                 #071824;
  --sidebar-bg-rgb:             7, 24, 36;
  --body-bg:                    #e2ecec;
  --body-bg-rgb:                226, 236, 236;
  --body-bg-lighter:            #f1f6f6;
  --body-bg-darker:             #d3e2e2;
  --body-bg-darkest:            #c3d8d8;
  --body-color:                 #923892;
  --body-color-rgb:             146, 56, 146;
  --body-color-darker:          #6d2a6d;
  --body-color-darkest:         #2b102b;
  --page-title-color:           #60a1a2;
  --menu-item-color:            #71c5c6;
  --menu-item-selected-color:   #cd48c1;
  --menu-item-hover-color:      #713680;
  --special-text-color:         #192427;
  --special-text-color-rgb:     25, 36, 39;
  --header-color:               #ffffff;
  --form-border:                rgba(25, 36, 39, 0.6);
  --footer-bg:                  #e2ecec;
  --lib-perfect-scrollbar-bg:   #abc8c8;
  --component-notify-bg:        #d3e2e2;
  --lightness-body-5:           #d3e2e2;
  --lightness-body-10:          #c3d8d8;
  --slider-pause:               3000ms;
  --font-family-primary:        'Inter', 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: 16px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 15px; } }
