:root {
  --link-color:                 #ff8000;
  --link-color-darker:          #cc6600;
  --border-color:               #383838;
  --border-color-lighter:       #454545;
  --subtitle-color:             #d3e9ec;
  --site-title-color:           #d3e9ec;
  --site-title-color-darkest:   #8cc5cd;
  --page-title-color:           #fff;
  --body-bg:                    #0a0a0b;
  --body-bg-rgb:                10, 10, 11;
  --body-bg-lighter:            #222226;
  --body-bg-darker:             black;
  --body-bg-darkest:            black;
  --body-color:                 #d3e9ec;
  --body-color-rgb:             211, 233, 236;
  --body-color-darkest:         #8cc5cd;
  --header-bg:                  #0b0e0f;
  --header-bg-rgb:              11, 14, 15;
  --header-bg-darker:           #050606;
  --nav-album-bg:               #0b0e0f;
  --footer-bg:                  #0b0e0f;
  --footer-text-color:          #d3e9ec;
  --lib-perfect-scrollbar-bg:   #36363b;
  --component-notify-bg:        #222226;
  --lightness-body-5:           #161618;
  --lightness-body-10:          #222226;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Amatic SC', 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; } }
