:root {
  --accent-color:                 #d4c317;
  --accent-color-rgb:             212, 195, 23;
  --accent-color-darker:          #a69912;
  --accent-color-darker-rgb:      166, 153, 18;
  --accent-color-darkest-rgb:     120, 110, 13;
  --link-color:                   #d4c317;
  --link-color-darker:            #a69912;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #d4c317;
  --body-bg:                      #171d27;
  --body-bg-rgb:                  23, 29, 39;
  --body-bg-lighter:              #202937;
  --body-bg-darker:               #0e1117;
  --body-bg-darkest:              #040507;
  --body-color:                   #ebebeb;
  --body-color-rgb:               235, 235, 235;
  --body-color-darkest:           #b8b8b8;
  --about-card-bg:                #212833;
  --footer-color:                 #d9d9d9;
  --footer-bg:                    #171d27;
  --caption-bg:                   #212833;
  --lib-perfect-scrollbar-bg:     #394861;
  --component-notify-bg:          #2a3547;
  --lightness-body-5:             #202937;
  --lightness-body-10:            #2a3547;
  --font-family-primary:          'Roboto', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Montserrat', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 14px; } }
.site-title a {
  font-weight: 300;
  letter-spacing: 6px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 24px; } }
.site-title .site-subtitle {
  font-weight: 300;
  letter-spacing: 0px; }
  @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: 13px; } }
