:root {
  --link-color:                 #cccccc;
  --link-color-darker:          #b3b3b3;
  --border-color:               #363636;
  --border-color-lighter:       #434343;
  --subtitle-color:             #d0d0d0;
  --site-title-color:           #e9bf39;
  --site-title-color-darkest:   #a98513;
  --page-title-color:           #e9bf39;
  --body-bg:                    #161616;
  --body-bg-rgb:                22, 22, 22;
  --body-bg-lighter:            #303030;
  --body-bg-darker:             #090909;
  --body-bg-darkest:            black;
  --body-color:                 #d0d0d0;
  --body-color-rgb:             208, 208, 208;
  --body-color-darkest:         #9d9d9d;
  --header-bg:                  #363636;
  --header-bg-rgb:              54, 54, 54;
  --header-bg-darker:           #2e2e2e;
  --nav-album-bg:               #121212;
  --footer-bg:                  #161616;
  --footer-text-color:          #cccccc;
  --lib-perfect-scrollbar-bg:   #444444;
  --component-notify-bg:        #303030;
  --lightness-body-5:           #232323;
  --lightness-body-10:          #303030;
  --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: 600;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 55px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 18px; } }
body, .project-page, p {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    body, .project-page, p {
      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; } }
