:root {
  --link-color:                 #e8c57d;
  --accent-color:               #e8c57d;
  --accent-color-rgb:           232, 197, 125;
  --accent-color-darker:        #e0b252;
  --accent-color-darker-rgb:    224, 178, 82;
  --title-color:                #ff8ca8;
  --sidebar-bg:                 #843a22;
  --sidebar-bg-rgb:             132, 58, 34;
  --body-bg:                    #374446;
  --body-bg-rgb:                55, 68, 70;
  --body-bg-lighter:            #425254;
  --body-bg-darker:             #2c3638;
  --body-bg-darkest:            #212829;
  --body-color:                 #fff8ed;
  --body-color-rgb:             255, 248, 237;
  --body-color-darker:          #ffe4ba;
  --body-color-darkest:         #ffc05e;
  --page-title-color:           #ff8ca8;
  --menu-item-color:            #fff8ed;
  --menu-item-selected-color:   #637e80;
  --menu-item-hover-color:      #e2bf76;
  --special-text-color:         #fff8ed;
  --special-text-color-rgb:     255, 248, 237;
  --header-color:               #ff8ca8;
  --form-border:                rgba(255, 248, 237, 0.6);
  --footer-bg:                  #374446;
  --lib-perfect-scrollbar-bg:   #5f7679;
  --component-notify-bg:        #4d6063;
  --lightness-body-5:           #425254;
  --lightness-body-10:          #4d6063;
  --slider-pause:               5000ms;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', 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: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    body {
      font-size: 15px; } }
