@chartset "UTF-8";
:root {
  --accent-color:               #d5581f;
  --link-color:                 #d5581f;
  --link-color-darker:          #d1561e;
  --border-color:               #cacaca;
  --border-color-lighter:       #dbdbdb;
  --border-color-rgb:           202, 202, 202;
  --subtitle-color:             #4a4a4a;
  --site-title-color:           #000000;
  --body-bg:                    #e4e6e6;
  --body-bg-lighter:            #f1f2f2;
  --body-bg-rgb:                228, 230, 230;
  --body-bg-darker:             #d7dada;
  --body-bg-darkest:            #cacdcd;
  --body-color:                 #4b4b4b;
  --body-color-darker:          #494949;
  --header-bg:                  #e4e6e6;
  --footer-bg:                  #dbdfdf;
  --nav-album-bg:               #dbdfdf;
  --project-title-color:        #000000;
  --about-link-bg:              #dbdfdf;
  --social-circle-bg:           #dbdfdf;
  --social-circle-color:        #191919;
  --social-circle-border:       #c2c2c2;
  --lib-perfect-scrollbar-bg:   #cacdcd;
  --component-notify-bg:        #d7dada;
  --lightness-body-5:           #d7dada;
  --lightness-body-10:          #cacdcd;
  --font-family-primary:        'Open Sans', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Open Sans', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 36px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 18px; } }
body, p, .project-page, .project-text {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    body, p, .project-page, .project-text {
      font-size: 16px; } }
.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; } }
