@chartset "UTF-8";
:root {
  --accent-color:               #cb9999;
  --link-color:                 #cb9999;
  --link-color-darker:          #c99696;
  --border-color:               #4d4968;
  --border-color-lighter:       #5b577b;
  --border-color-rgb:           77, 73, 104;
  --subtitle-color:             #a48d8d;
  --site-title-color:           #a09eb3;
  --body-bg:                    #100e11;
  --body-bg-lighter:            #1d1a1f;
  --body-bg-rgb:                16, 14, 17;
  --body-bg-darker:             #030203;
  --body-bg-darkest:            black;
  --body-color:                 #999494;
  --body-color-darker:          #979292;
  --header-bg:                  #0e0909;
  --footer-bg:                  #151515;
  --nav-album-bg:               #151515;
  --project-title-color:        #bcbcbc;
  --about-link-bg:              #18181c;
  --social-circle-bg:           #151515;
  --social-circle-color:        #9b9b9b;
  --social-circle-border:       #151515;
  --lib-perfect-scrollbar-bg:   #2a252d;
  --component-notify-bg:        #2a252d;
  --lightness-body-5:           #1d1a1f;
  --lightness-body-10:          #2a252d;
  --font-family-primary:        'Bitter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Work Sans', Helvetica, Arial, sans-serif; }

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