:root {
  --accent-color:                 #a02a1d;
  --accent-color-rgb:             160, 42, 29;
  --accent-color-darker:          #751f15;
  --accent-color-darker-rgb:      117, 31, 21;
  --accent-color-darkest-rgb:     74, 19, 13;
  --link-color:                   #bf4511;
  --link-color-darker:            #90340d;
  --border-color:                 #C9C9C9;
  --subtitle-color:               #db3d1f;
  --body-bg:                      #000000;
  --body-bg-rgb:                  0, 0, 0;
  --body-bg-lighter:              #0d0d0d;
  --body-bg-darker:               black;
  --body-bg-darkest:              black;
  --body-color:                   #8d8a8a;
  --body-color-rgb:               141, 138, 138;
  --body-color-darkest:           #5a5757;
  --about-card-bg:                #F3F3F3;
  --footer-color:                 #4A4A4A;
  --footer-bg:                    #000000;
  --caption-bg:                   #F3F3F3;
  --lib-perfect-scrollbar-bg:     #2e2e2e;
  --component-notify-bg:          #1a1a1a;
  --lightness-body-5:             #0d0d0d;
  --lightness-body-10:            #1a1a1a;
  --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: 40px; } }
.site-title .site-subtitle {
  font-weight: 300;
  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; } }
