:root {
  --link-color:                 #e88c52;
  --link-color-darker:          #e26e25;
  --border-color:               #555555;
  --border-color-lighter:       #626262;
  --subtitle-color:             #bbbbbb;
  --site-title-color:           #ffffff;
  --site-title-color-darkest:   #cccccc;
  --page-title-color:           #fff;
  --body-bg:                    #151516;
  --body-bg-rgb:                21, 21, 22;
  --body-bg-lighter:            #2e2e30;
  --body-bg-darker:             #090909;
  --body-bg-darkest:            black;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darkest:         #cccccc;
  --header-bg:                  #151516;
  --header-bg-rgb:              21, 21, 22;
  --header-bg-darker:           #0e0e0e;
  --nav-album-bg:               #151516;
  --footer-bg:                  #151516;
  --footer-text-color:          #ffffff;
  --lib-perfect-scrollbar-bg:   #424245;
  --component-notify-bg:        #2e2e30;
  --lightness-body-5:           #212123;
  --lightness-body-10:          #2e2e30;
  --font-family-primary:        'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Roboto', Helvetica, Arial, sans-serif; }

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