:root {
  --link-color:                 #13aff0;
  --link-color-darker:          #0c8ec4;
  --border-color:               #383838;
  --border-color-lighter:       #454545;
  --subtitle-color:             #a6acbd;
  --site-title-color:           #ffffff;
  --site-title-color-darkest:   #cccccc;
  --page-title-color:           #fff;
  --body-bg:                    #222222;
  --body-bg-rgb:                34, 34, 34;
  --body-bg-lighter:            #3c3c3c;
  --body-bg-darker:             #151515;
  --body-bg-darkest:            #090909;
  --body-color:                 #bbbbbb;
  --body-color-rgb:             187, 187, 187;
  --body-color-darkest:         #888888;
  --header-bg:                  #414955;
  --header-bg-rgb:              65, 73, 85;
  --header-bg-darker:           #3a424c;
  --nav-album-bg:               #222222;
  --footer-bg:                  #28292c;
  --footer-text-color:          #bbbbbb;
  --lib-perfect-scrollbar-bg:   #505050;
  --component-notify-bg:        #3c3c3c;
  --lightness-body-5:           #2f2f2f;
  --lightness-body-10:          #3c3c3c;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Unica One', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 600;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 24px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 16px; } }
body, .project-page, p {
  font-weight: 400;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body, .project-page, p {
      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: 14px; } }
