:root {
  --link-color:                 #75bff8;
  --link-color-darker:          #44a8f6;
  --border-color:               #302e2e;
  --border-color-lighter:       #3d3a3a;
  --subtitle-color:             #706e6e;
  --site-title-color:           #cfcbcb;
  --site-title-color-darkest:   #9e9696;
  --page-title-color:           #b0aeae;
  --body-bg:                    #000000;
  --body-bg-rgb:                0, 0, 0;
  --body-bg-lighter:            #1a1a1a;
  --body-bg-darker:             black;
  --body-bg-darkest:            black;
  --body-color:                 #706e6e;
  --body-color-rgb:             112, 110, 110;
  --body-color-darkest:         #3d3b3b;
  --header-bg:                  #201f1f;
  --header-bg-rgb:              32, 31, 31;
  --header-bg-darker:           #181717;
  --nav-album-bg:               #2a2a2d;
  --footer-bg:                  #222226;
  --footer-text-color:          #706e6e;
  --lib-perfect-scrollbar-bg:   #2e2e2e;
  --component-notify-bg:        #1a1a1a;
  --lightness-body-5:           #0d0d0d;
  --lightness-body-10:          #1a1a1a;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ropa Sans', 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: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 20px; } }
body, p, .project-page {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    body, p, .project-page {
      font-size: 16px; } }
.site-footer .copy, .site-footer .contacts {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-footer .copy, .site-footer .contacts {
      font-size: 14px; } }
