:root {
  --accent-color:               #d57d66;
  --accent-color-darker:        #d47a62;
  --link-color:                 #4c3546;
  --link-color-darker:          #493344;
  --border-color:               #ffffff;
  --border-color-lighter:       white;
  --border-color-rgb:           255, 255, 255;
  --subtitle-color:             #c06060;
  --site-title-color:           #4c3546;
  --body-bg:                    #ffffff;
  --body-bg-rgb:                255, 255, 255;
  --body-bg-lighter:            white;
  --body-bg-darker:             #f2f2f2;
  --body-bg-darkest:            #e6e6e6;
  --body-color:                 #4c3546;
  --body-color-darker:          #493344;
  --header-bg:                  #dab4a5;
  --footer-bg:                  #ffffff;
  --nav-album-bg:               #f9e3dd;
  --project-title-color:        #d57d66;
  --about-link-bg:              #ede3df;
  --social-circle-bg:           #f9e3dd;
  --social-circle-color:        #d57d66;
  --social-circle-border:       #f9e3dd;
  --input-label-color:          #c06060;
  --input-border-color:         #f9e3dd;
  --contact-subtitle-color:     #d57d66;
  --footer-text-color:          #c06060;
  --lib-perfect-scrollbar-bg:   #d1d1d1;
  --component-notify-bg:        #f2f2f2;
  --lightness-body-5:           #f2f2f2;
  --lightness-body-10:          #e6e6e6;
  --font-family-primary:        'Roboto Slab', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ropa Sans', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 900;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 36px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 18px; } }
body, p, .project-page, .project-text {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body, p, .project-page, .project-text {
      font-size: 18px; } }
.site-footer .copy {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer .copy {
      font-size: 12px; } }
