:root {
  --link-color:                 #686767;
  --link-color-darker:          #4e4e4e;
  --border-color:               #363636;
  --border-color-lighter:       #434343;
  --subtitle-color:             #ababab;
  --site-title-color:           #fbf8f8;
  --site-title-color-darkest:   #d6b7b7;
  --page-title-color:           #777777;
  --body-bg:                    #0f0f0f;
  --body-bg-rgb:                15, 15, 15;
  --body-bg-lighter:            #292929;
  --body-bg-darker:             #020202;
  --body-bg-darkest:            black;
  --body-color:                 #c2c0c0;
  --body-color-rgb:             194, 192, 192;
  --body-color-darkest:         #908c8c;
  --header-bg:                  #000000;
  --header-bg-rgb:              0, 0, 0;
  --header-bg-darker:           black;
  --nav-album-bg:               #0f0f0f;
  --footer-bg:                  #151515;
  --footer-text-color:          #bbbbbb;
  --lib-perfect-scrollbar-bg:   #3d3d3d;
  --component-notify-bg:        #292929;
  --lightness-body-5:           #1c1c1c;
  --lightness-body-10:          #292929;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 300;
  letter-spacing: 9px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 22px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 12px; } }
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: 2px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 10px; } }
