@chartset "UTF-8";
:root {
  --accent-color:               #ffee3a;
  --link-color:                 #ffee3a;
  --link-color-darker:          #ffee35;
  --border-color:               #74446a;
  --border-color-lighter:       #89507d;
  --border-color-rgb:           116, 68, 106;
  --subtitle-color:             #e9cbec;
  --site-title-color:           #ffee3a;
  --body-bg:                    #a56f9e;
  --body-bg-lighter:            #af7fa9;
  --body-bg-rgb:                165, 111, 158;
  --body-bg-darker:             #9a6093;
  --body-bg-darkest:            #8a5784;
  --body-color:                 #e9cbec;
  --body-color-darker:          #e8c8eb;
  --header-bg:                  #74446a;
  --footer-bg:                  #a56f9e;
  --nav-album-bg:               #a56f9e;
  --project-title-color:        #ffec77;
  --about-link-bg:              #74446a;
  --social-circle-bg:           #74446a;
  --social-circle-color:        #e9cbec;
  --social-circle-border:       #e3c3ce;
  --lib-perfect-scrollbar-bg:   #8a5784;
  --component-notify-bg:        #9a6093;
  --lightness-body-5:           #9a6093;
  --lightness-body-10:          #8a5784;
  --font-family-primary:        'Roboto Slab', Helvetica, Arial, sans-serif;
  --font-family-secondary:      'Sansita', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
.site-title a {
  font-weight: 600;
  letter-spacing: 5px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 64px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 1px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 24px; } }
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: 16px; } }
