:root {
  --link-color:                 #f7b302;
  --link-color-darker:          #c48e02;
  --border-color:               #e8ddcc;
  --border-color-lighter:       #f0e9de;
  --subtitle-color:             #e8ddcc;
  --site-title-color:           #e8ddcc;
  --site-title-color-darkest:   #c8ae86;
  --page-title-color:           #e8ddcc;
  --body-bg:                    #211f1f;
  --body-bg-rgb:                33, 31, 31;
  --body-bg-lighter:            #3b3838;
  --body-bg-darker:             #141313;
  --body-bg-darkest:            #070606;
  --body-color:                 #e8ddcc;
  --body-color-rgb:             232, 221, 204;
  --body-color-darkest:         #c8ae86;
  --header-bg:                  #211f1f;
  --header-bg-rgb:              33, 31, 31;
  --header-bg-darker:           #191818;
  --nav-album-bg:               #211f1f;
  --footer-bg:                  #211f1f;
  --footer-text-color:          #f7b302;
  --lib-perfect-scrollbar-bg:   #504b4b;
  --component-notify-bg:        #3b3838;
  --lightness-body-5:           #2e2b2b;
  --lightness-body-10:          #3b3838;
  --font-family-primary:        'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Work Sans', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 600;
  letter-spacing: 6px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 36px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
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: 1px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 14px; } }
