:root {
  --link-color:                 #ff8800;
  --link-color-darker:          #cc6d00;
  --border-color:               #070707;
  --border-color-lighter:       #141414;
  --subtitle-color:             #f1f1f1;
  --site-title-color:           #ffffff;
  --site-title-color-darkest:   #cccccc;
  --page-title-color:           #ffffff;
  --body-bg:                    #141414;
  --body-bg-rgb:                20, 20, 20;
  --body-bg-lighter:            #2e2e2e;
  --body-bg-darker:             #070707;
  --body-bg-darkest:            black;
  --body-color:                 #8e8e8e;
  --body-color-rgb:             142, 142, 142;
  --body-color-darkest:         #5b5b5b;
  --header-bg:                  #000000;
  --header-bg-rgb:              0, 0, 0;
  --header-bg-darker:           black;
  --nav-album-bg:               #000000;
  --footer-bg:                  #010101;
  --footer-text-color:          #bbbbbb;
  --lib-perfect-scrollbar-bg:   #424242;
  --component-notify-bg:        #2e2e2e;
  --lightness-body-5:           #212121;
  --lightness-body-10:          #2e2e2e;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Source Sans Pro', Helvetica, Arial, sans-serif; }

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