:root {
  --link-color:                 #000000;
  --link-color-darker:          black;
  --border-color:               #ffffff;
  --border-color-lighter:       white;
  --subtitle-color:             #ffffff;
  --site-title-color:           #999999;
  --site-title-color-darkest:   #666666;
  --page-title-color:           #323232;
  --body-bg:                    #ffffff;
  --body-bg-rgb:                255, 255, 255;
  --body-bg-lighter:            white;
  --body-bg-darker:             #f2f2f2;
  --body-bg-darkest:            #e6e6e6;
  --body-color:                 #999999;
  --body-color-rgb:             153, 153, 153;
  --body-color-darkest:         #666666;
  --header-bg:                  #ffffff;
  --header-bg-rgb:              255, 255, 255;
  --header-bg-darker:           #f7f7f7;
  --nav-album-bg:               #ffffff;
  --footer-bg:                  #ffffff;
  --footer-text-color:          #999999;
  --lib-perfect-scrollbar-bg:   #d1d1d1;
  --component-notify-bg:        #f2f2f2;
  --lightness-body-5:           #f2f2f2;
  --lightness-body-10:          #e6e6e6;
  --font-family-primary:        'Raleway', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', Helvetica, Arial, sans-serif; }

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