@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:                    #7c8d97;
  --body-bg-lighter:            #8a99a2;
  --body-bg-rgb:                124, 141, 151;
  --body-bg-darker:             #6e808b;
  --body-bg-darkest:            #63737d;
  --body-color:                 #3e3c2f;
  --body-color-darker:          #3b392d;
  --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:   #63737d;
  --component-notify-bg:        #6e808b;
  --lightness-body-5:           #6e808b;
  --lightness-body-10:          #63737d;
  --font-family-primary:        'Patua One', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Cinzel', Helvetica, Arial, sans-serif; }

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