:root {
  --link-color:                 #5c9822;
  --link-color-darker:          #436e19;
  --border-color:               #630767;
  --border-color-lighter:       #7a097f;
  --subtitle-color:             #630767;
  --site-title-color:           #630767;
  --site-title-color-darkest:   #070107;
  --page-title-color:           #630767;
  --body-bg:                    #eedff8;
  --body-bg-rgb:                238, 223, 248;
  --body-bg-lighter:            white;
  --body-bg-darker:             #e3caf3;
  --body-bg-darkest:            #d8b5ef;
  --body-color:                 #630767;
  --body-color-rgb:             99, 7, 103;
  --body-color-darkest:         #070107;
  --header-bg:                  #eedff8;
  --header-bg-rgb:              238, 223, 248;
  --header-bg-darker:           #e7d2f5;
  --nav-album-bg:               #eedff8;
  --footer-bg:                  #eedff8;
  --footer-text-color:          #630767;
  --lib-perfect-scrollbar-bg:   #c694e8;
  --component-notify-bg:        #e3caf3;
  --lightness-body-5:           #e3caf3;
  --lightness-body-10:          #d8b5ef;
  --font-family-primary:        'Bitter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Roboto Slab', Helvetica, Arial, sans-serif; }

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