: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:                   #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:                #101010;
  --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: 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; } }
