:root {
  --link-color:                 #7fb065;
  --link-color-darker:          #66954d;
  --border-color:               #383838;
  --border-color-lighter:       #454545;
  --subtitle-color:             #afafaf;
  --site-title-color:           #fefefe;
  --site-title-color-darkest:   #cbcbcb;
  --page-title-color:           #7fb065;
  --body-bg:                    #0f0f0f;
  --body-bg-rgb:                15, 15, 15;
  --body-bg-lighter:            #292929;
  --body-bg-darker:             #020202;
  --body-bg-darkest:            black;
  --body-color:                 #fefefe;
  --body-color-rgb:             254, 254, 254;
  --body-color-darkest:         #cbcbcb;
  --header-bg:                  #1b1b1b;
  --header-bg-rgb:              27, 27, 27;
  --header-bg-darker:           #131313;
  --nav-album-bg:               #0f0f0f;
  --footer-bg:                  #0f0f0f;
  --footer-text-color:          #fefefe;
  --lib-perfect-scrollbar-bg:   #3d3d3d;
  --component-notify-bg:        #292929;
  --lightness-body-5:           #1c1c1c;
  --lightness-body-10:          #292929;
  --font-family-primary:        'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Open Sans', 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: 42px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 20px; } }
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: 0px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 12px; } }
