:root {
  --link-color:                 #aaaa9b;
  --link-color-darker:          #93937f;
  --border-color:               #1e1f1e;
  --border-color-lighter:       #2b2c2b;
  --subtitle-color:             #c0c0c0;
  --site-title-color:           #c0c0c0;
  --site-title-color-darkest:   #8d8d8d;
  --page-title-color:           #c0c0c0;
  --body-bg:                    #1e1f1e;
  --body-bg-rgb:                30, 31, 30;
  --body-bg-lighter:            #373937;
  --body-bg-darker:             #111211;
  --body-bg-darkest:            #050505;
  --body-color:                 #c0c0c0;
  --body-color-rgb:             192, 192, 192;
  --body-color-darkest:         #8d8d8d;
  --header-bg:                  #1e1f1e;
  --header-bg-rgb:              30, 31, 30;
  --header-bg-darker:           #161716;
  --nav-album-bg:               #1e1f1e;
  --footer-bg:                  #1e1f1e;
  --footer-text-color:          #555555;
  --lib-perfect-scrollbar-bg:   #4b4e4b;
  --component-notify-bg:        #373937;
  --lightness-body-5:           #2b2c2b;
  --lightness-body-10:          #373937;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Open Sans', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 300;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 30px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 5px; }
  @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; } }
