@chartset "UTF-8";
:root {
  --accent-color:               #d5581f;
  --link-color:                 #d5581f;
  --link-color-darker:          #d1561e;
  --border-color:               #d7d2c0;
  --border-color-lighter:       #e4e0d4;
  --border-color-rgb:           215, 210, 192;
  --subtitle-color:             #626262;
  --site-title-color:           #464337;
  --body-bg:                    #e7e5d9;
  --body-bg-lighter:            #f1f0e9;
  --body-bg-rgb:                231, 229, 217;
  --body-bg-darker:             #dddac9;
  --body-bg-darkest:            #d3d0ba;
  --body-color:                 #615f56;
  --body-color-darker:          #5f5d54;
  --header-bg:                  #e7e5d9;
  --footer-bg:                  #e1ded1;
  --nav-album-bg:               #e1ded1;
  --project-title-color:        #49453f;
  --about-link-bg:              #e7e5d9;
  --social-circle-bg:           #e1ded1;
  --social-circle-color:        #615f56;
  --social-circle-border:       #d8d0c4;
  --lib-perfect-scrollbar-bg:   #d3d0ba;
  --component-notify-bg:        #dddac9;
  --lightness-body-5:           #dddac9;
  --lightness-body-10:          #d3d0ba;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Poppins', 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; } }
