:root {
  --link-color:                 #d76d6d;
  --accent-color:               #d76d6d;
  --accent-color-rgb:           215, 109, 109;
  --accent-color-darker:        #cc4545;
  --accent-color-darker-rgb:    204, 69, 69;
  --title-color:                #d96060;
  --sidebar-bg:                 #fadddd;
  --sidebar-bg-rgb:             250, 221, 221;
  --body-bg:                    #ffeff3;
  --body-bg-rgb:                255, 239, 243;
  --body-bg-lighter:            white;
  --body-bg-darker:             #ffd6e0;
  --body-bg-darkest:            #ffbccd;
  --body-color:                 #8c6a6a;
  --body-color-rgb:             140, 106, 106;
  --body-color-darker:          #6f5454;
  --body-color-darkest:         #3b2c2c;
  --page-title-color:           #d96060;
  --menu-item-color:            #f2a6a6;
  --menu-item-selected-color:   #ffebed;
  --menu-item-hover-color:      #c96a6a;
  --special-text-color:         #a08978;
  --special-text-color-rgb:     160, 137, 120;
  --header-color:               #e79b9b;
  --form-border:                rgba(160, 137, 120, 0.6);
  --footer-bg:                  #ffeff3;
  --lib-perfect-scrollbar-bg:   #ff93ae;
  --component-notify-bg:        #ffd6e0;
  --lightness-body-5:           #ffd6e0;
  --lightness-body-10:          #ffbccd;
  --slider-pause:               5000ms;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Rubik', 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: 14px; } }
