:root {
  --accent-color:                 #c0509a;
  --accent-color-rgb:             192, 80, 154;
  --accent-color-darker:          #a33b7f;
  --accent-color-darker-rgb:      163, 59, 127;
  --accent-color-darkest-rgb:     125, 45, 98;
  --link-color:                   #c0509a;
  --link-color-darker:            #a33b7f;
  --border-color:                 #000177;
  --subtitle-color:               #c0509a;
  --body-bg:                      #f4ede3;
  --body-bg-rgb:                  244, 237, 227;
  --body-bg-lighter:              #fbf9f5;
  --body-bg-darker:               #ede1d1;
  --body-bg-darkest:              #e6d5be;
  --body-color:                   #000177;
  --body-color-rgb:               0, 1, 119;
  --body-color-darkest:           #000011;
  --about-card-bg:                #f4ede3;
  --footer-color:                 #000177;
  --footer-bg:                    #f4ede3;
  --caption-bg:                   #f4ede3;
  --lib-perfect-scrollbar-bg:     #dac3a1;
  --component-notify-bg:          #ede1d1;
  --lightness-body-5:             #ede1d1;
  --lightness-body-10:            #e6d5be;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
.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; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 13px; } }
