:root {
  --accent-color:                 #e84c2b;
  --accent-color-rgb:             232, 76, 43;
  --accent-color-darker:          #ca3516;
  --accent-color-darker-rgb:      202, 53, 22;
  --accent-color-darkest-rgb:     156, 41, 17;
  --link-color:                   #e84c2b;
  --link-color-darker:            #ca3516;
  --border-color:                 #e8ddcc;
  --subtitle-color:               #e84c2b;
  --body-bg:                      #f4ede3;
  --body-bg-rgb:                  244, 237, 227;
  --body-bg-lighter:              #fbf9f5;
  --body-bg-darker:               #ede1d1;
  --body-bg-darkest:              #e6d5be;
  --body-color:                   #2a2a2a;
  --body-color-rgb:               42, 42, 42;
  --body-color-darkest:           black;
  --about-card-bg:                #f4ede3;
  --footer-color:                 #2a2a2a;
  --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:          'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Sansita', 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; } }
