@chartset "UTF-8";
:root {
  --accent-color:               #0ebd6c;
  --link-color:                 #0ebd6c;
  --link-color-darker:          #0eb96a;
  --border-color:               #383838;
  --border-color-lighter:       #494949;
  --border-color-rgb:           56, 56, 56;
  --subtitle-color:             #808080;
  --site-title-color:           #ffffff;
  --body-bg:                    #191919;
  --body-bg-lighter:            #262626;
  --body-bg-rgb:                25, 25, 25;
  --body-bg-darker:             #0c0c0c;
  --body-bg-darkest:            black;
  --body-color:                 #9e9e9e;
  --body-color-darker:          #9c9c9c;
  --header-bg:                  #191919;
  --footer-bg:                  #151515;
  --nav-album-bg:               #151515;
  --project-title-color:        #ffffff;
  --about-link-bg:              #18181C;
  --social-circle-bg:           #151515;
  --social-circle-color:        #9b9b9b;
  --social-circle-border:       #151515;
  --lib-perfect-scrollbar-bg:   #333333;
  --component-notify-bg:        #333333;
  --lightness-body-5:           #262626;
  --lightness-body-10:          #333333;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Ropa Sans', Helvetica, Arial, sans-serif; }

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