:root {
  --link-color:                 #f4cc86;
  --link-color-darker:          #f0b857;
  --border-color:               #332e38;
  --border-color-lighter:       #403a46;
  --subtitle-color:             #f2bdb3;
  --site-title-color:           #ffffff;
  --site-title-color-darkest:   #cccccc;
  --page-title-color:           #e2b693;
  --body-bg:                    #1c1320;
  --body-bg-rgb:                28, 19, 32;
  --body-bg-lighter:            #382640;
  --body-bg-darker:             #0e0a10;
  --body-bg-darkest:            black;
  --body-color:                 #bbbbbb;
  --body-color-rgb:             187, 187, 187;
  --body-color-darkest:         #888888;
  --header-bg:                  #0f0a12;
  --header-bg-rgb:              15, 10, 18;
  --header-bg-darker:           #070508;
  --nav-album-bg:               #0e0912;
  --footer-bg:                  #0e0912;
  --footer-text-color:          #bbbbbb;
  --lib-perfect-scrollbar-bg:   #4e355a;
  --component-notify-bg:        #382640;
  --lightness-body-5:           #2a1d30;
  --lightness-body-10:          #382640;
  --font-family-primary:        'Noto Serif', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Cinzel', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 900;
  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: 14px; } }
