:root {
  --accent-color:                 #76323f;
  --accent-color-rgb:             118, 50, 63;
  --accent-color-darker:          #52232c;
  --accent-color-darker-rgb:      82, 35, 44;
  --accent-color-darkest-rgb:     46, 20, 25;
  --link-color:                   #76323f;
  --link-color-darker:            #52232c;
  --border-color:                 #c09f80;
  --subtitle-color:               #76323f;
  --body-bg:                      #d7cec7;
  --body-bg-rgb:                  215, 206, 199;
  --body-bg-lighter:              #e2dbd6;
  --body-bg-darker:               #ccc1b8;
  --body-bg-darkest:              #c2b4a9;
  --body-color:                   #565656;
  --body-color-rgb:               86, 86, 86;
  --body-color-darkest:           #232323;
  --about-card-bg:                #c09f80;
  --footer-color:                 #565656;
  --footer-bg:                    #d7cec7;
  --caption-bg:                   #c09f80;
  --lib-perfect-scrollbar-bg:     #b19f91;
  --component-notify-bg:          #ccc1b8;
  --lightness-body-5:             #ccc1b8;
  --lightness-body-10:            #c2b4a9;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', 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; } }
