@chartset "UTF-8";
:root {
  --accent-color:               #ff3300;
  --link-color:                 #ff3300;
  --link-color-darker:          #fa3200;
  --border-color:               #383838;
  --border-color-lighter:       #494949;
  --border-color-rgb:           56, 56, 56;
  --subtitle-color:             #808080;
  --site-title-color:           #ffffff;
  --body-bg:                    #000000;
  --body-bg-lighter:            #0d0d0d;
  --body-bg-rgb:                0, 0, 0;
  --body-bg-darker:             black;
  --body-bg-darkest:            black;
  --body-color:                 #9e9e9e;
  --body-color-darker:          #9c9c9c;
  --header-bg:                  #000000;
  --footer-bg:                  #151515;
  --nav-album-bg:               #151515;
  --project-title-color:        #ffffff;
  --about-link-bg:              #222222;
  --social-circle-bg:           #151515;
  --social-circle-color:        #9b9b9b;
  --social-circle-border:       #151515;
  --lib-perfect-scrollbar-bg:   #1a1a1a;
  --component-notify-bg:        #1a1a1a;
  --lightness-body-5:           #0d0d0d;
  --lightness-body-10:          #1a1a1a;
  --font-family-primary:        'Questrial', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Poppins', Helvetica, Arial, sans-serif; }

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