:root {
  --accent-color:               #9b7f25;
  --accent-color-darker:        #977c24;
  --link-color:                 #333333;
  --link-color-darker:          #313131;
  --border-color:               #dedede;
  --border-color-lighter:       #efefef;
  --border-color-rgb:           222, 222, 222;
  --subtitle-color:             #828282;
  --site-title-color:           #101014;
  --body-bg:                    #fdfdfd;
  --body-bg-rgb:                253, 253, 253;
  --body-bg-lighter:            white;
  --body-bg-darker:             #f0f0f0;
  --body-bg-darkest:            #e4e4e4;
  --body-color:                 #333333;
  --body-color-darker:          #313131;
  --header-bg:                  #fdfdfd;
  --footer-bg:                  #fdfdfd;
  --nav-album-bg:               #f3f3f3;
  --project-title-color:        #333333;
  --about-link-bg:              #fdfdfd;
  --social-circle-bg:           #efefef;
  --social-circle-color:        #333333;
  --social-circle-border:       #b8b8b8;
  --input-label-color:          #101014;
  --input-border-color:         #efefef;
  --contact-subtitle-color:     #828282;
  --footer-text-color:          #aaaaaa;
  --lib-perfect-scrollbar-bg:   #cfcfcf;
  --component-notify-bg:        #f0f0f0;
  --lightness-body-5:           #f0f0f0;
  --lightness-body-10:          #e4e4e4;
  --font-family-primary:        'Inter', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Montserrat', Helvetica, Arial, sans-serif; }

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