:root {
  --link-color:                 #fc055d;
  --link-color-darker:          #cc024a;
  --border-color:               #8a8a8a;
  --border-color-lighter:       #979797;
  --subtitle-color:             #f1f1f1;
  --site-title-color:           #ffffff;
  --site-title-color-darkest:   #cccccc;
  --page-title-color:           #ffffff;
  --body-bg:                    #3c3c3c;
  --body-bg-rgb:                60, 60, 60;
  --body-bg-lighter:            #565656;
  --body-bg-darker:             #2f2f2f;
  --body-bg-darkest:            #232323;
  --body-color:                 #ffffff;
  --body-color-rgb:             255, 255, 255;
  --body-color-darkest:         #cccccc;
  --header-bg:                  #000000;
  --header-bg-rgb:              0, 0, 0;
  --header-bg-darker:           black;
  --nav-album-bg:               #18181c;
  --footer-bg:                  #18181c;
  --footer-text-color:          #bbbbbb;
  --lib-perfect-scrollbar-bg:   #6a6a6a;
  --component-notify-bg:        #565656;
  --lightness-body-5:           #494949;
  --lightness-body-10:          #565656;
  --font-family-primary:        'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Unica One', 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: 47px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 35px; } }
body, p, .project-page {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    body, p, .project-page {
      font-size: 18px; } }
.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; } }
