:root {
  --link-color:                 #4efdc8;
  --link-color-darker:          #1cfcb8;
  --border-color:               #1d1d1d;
  --border-color-lighter:       #2a2a2a;
  --subtitle-color:             #38bb93;
  --site-title-color:           #38bb93;
  --site-title-color-darkest:   #206d55;
  --page-title-color:           #38bb93;
  --body-bg:                    #242424;
  --body-bg-rgb:                36, 36, 36;
  --body-bg-lighter:            #3e3e3e;
  --body-bg-darker:             #171717;
  --body-bg-darkest:            #0b0b0b;
  --body-color:                 #38bb93;
  --body-color-rgb:             56, 187, 147;
  --body-color-darkest:         #206d55;
  --header-bg:                  #0d0d0d;
  --header-bg-rgb:              13, 13, 13;
  --header-bg-darker:           #050505;
  --nav-album-bg:               #151515;
  --footer-bg:                  #0d0d0d;
  --footer-text-color:          #38bb93;
  --lib-perfect-scrollbar-bg:   #525252;
  --component-notify-bg:        #3e3e3e;
  --lightness-body-5:           #313131;
  --lightness-body-10:          #3e3e3e;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Roboto', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 300;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 14px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 12px; } }
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: 12px; } }
