@chartset "UTF-8";
:root {
  --accent-color:               #8193c2;
  --link-color:                 #8193c2;
  --link-color-darker:          #7e90c1;
  --border-color:               #f1b52a;
  --border-color-lighter:       #f3c049;
  --border-color-rgb:           241, 181, 42;
  --subtitle-color:             #888888;
  --site-title-color:           #000000;
  --body-bg:                    #ffffff;
  --body-bg-lighter:            white;
  --body-bg-rgb:                255, 255, 255;
  --body-bg-darker:             #f2f2f2;
  --body-bg-darkest:            #e6e6e6;
  --body-color:                 #000000;
  --body-color-darker:          black;
  --header-bg:                  #ffffff;
  --footer-bg:                  #f1b52a;
  --nav-album-bg:               #ffffff;
  --project-title-color:        #000000;
  --about-link-bg:              #ffffff;
  --social-circle-bg:           #ffffff;
  --social-circle-color:        #ffffff;
  --social-circle-border:       #ffffff;
  --lib-perfect-scrollbar-bg:   #e6e6e6;
  --component-notify-bg:        #f2f2f2;
  --lightness-body-5:           #f2f2f2;
  --lightness-body-10:          #e6e6e6;
  --font-family-primary:        'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Poppins', Helvetica, Arial, sans-serif; }

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