:root {
  --link-color:                 #1f43ed;
  --link-color-darker:          #1030c9;
  --border-color:               #e8ddcc;
  --border-color-lighter:       #f0e9de;
  --subtitle-color:             #cdfd6f;
  --site-title-color:           #cdfd6f;
  --site-title-color-darkest:   #aafc0a;
  --page-title-color:           #1f43ed;
  --body-bg:                    #090914;
  --body-bg-rgb:                9, 9, 20;
  --body-bg-lighter:            #191937;
  --body-bg-darker:             #010102;
  --body-bg-darkest:            black;
  --body-color:                 #d2d2d2;
  --body-color-rgb:             210, 210, 210;
  --body-color-darkest:         #9f9f9f;
  --header-bg:                  #030a1b;
  --header-bg-rgb:              3, 10, 27;
  --header-bg-darker:           #01050d;
  --nav-album-bg:               #060a78;
  --footer-bg:                  #d1ff7a;
  --footer-text-color:          #464646;
  --lib-perfect-scrollbar-bg:   #252553;
  --component-notify-bg:        #191937;
  --lightness-body-5:           #111126;
  --lightness-body-10:          #191937;
  --font-family-primary:        'Raleway', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Unica One', Helvetica, Arial, sans-serif; }

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