:root {
  --link-color:                 #ff7f7f;
  --link-color-darker:          #ff4c4c;
  --border-color:               #ffe1cb;
  --border-color-lighter:       #fff0e5;
  --subtitle-color:             #ff7f7f;
  --site-title-color:           #ffba00;
  --site-title-color-darkest:   #997000;
  --page-title-color:           #ff7f7f;
  --body-bg:                    #ffe1cb;
  --body-bg-rgb:                255, 225, 203;
  --body-bg-lighter:            #fffefe;
  --body-bg-darker:             #ffd2b2;
  --body-bg-darkest:            #ffc498;
  --body-color:                 #ff7f7f;
  --body-color-rgb:             255, 127, 127;
  --body-color-darkest:         #ff1919;
  --header-bg:                  #fff7f0;
  --header-bg-rgb:              255, 247, 240;
  --header-bg-darker:           #ffefe1;
  --nav-album-bg:               #fff7f0;
  --footer-bg:                  #fff7f0;
  --footer-text-color:          #ff7f7f;
  --lib-perfect-scrollbar-bg:   #ffac6f;
  --component-notify-bg:        #ffd2b2;
  --lightness-body-5:           #ffd2b2;
  --lightness-body-10:          #ffc498;
  --font-family-primary:        'Montserrat', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', 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: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body, p, .project-page {
      font-size: 16px; } }
.site-footer .copy, .site-footer .contacts {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 14px; } }
