:root {
  --accent-color:                 #e58b3c;
  --accent-color-rgb:             229, 139, 60;
  --accent-color-darker:          #d2711c;
  --accent-color-darker-rgb:      210, 113, 28;
  --accent-color-darkest-rgb:     165, 89, 22;
  --link-color:                   #e87443;
  --link-color-darker:            #dd551b;
  --border-color:                 #343434;
  --subtitle-color:               #ce905b;
  --body-bg:                      #151515;
  --body-bg-rgb:                  21, 21, 21;
  --body-bg-lighter:              #222222;
  --body-bg-darker:               #080808;
  --body-bg-darkest:              black;
  --body-color:                   #a9a395;
  --body-color-rgb:               169, 163, 149;
  --body-color-darkest:           #777161;
  --about-card-bg:                #101010;
  --footer-color:                 #4a4a4a;
  --footer-bg:                    #151515;
  --caption-bg:                   #c28165;
  --lib-perfect-scrollbar-bg:     #434343;
  --component-notify-bg:          #2f2f2f;
  --lightness-body-5:             #222222;
  --lightness-body-10:            #2f2f2f;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Source Sans Pro', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 12px; } }
.site-title a {
  font-weight: 600;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 25px; } }
.site-title .site-subtitle {
  font-weight: 400;
  letter-spacing: 2px; }
  @media (min-width: 70em) {
    .site-title .site-subtitle {
      font-size: 14px; } }
.site-footer-copy, .site-footer .btt {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    .site-footer-copy, .site-footer .btt {
      font-size: 11px; } }
