:root {
  --accent-color:                 #d0ad64;
  --accent-color-rgb:             208, 173, 100;
  --accent-color-darker:          #c4983d;
  --accent-color-darker-rgb:      196, 152, 61;
  --accent-color-darkest-rgb:     158, 122, 48;
  --link-color:                   #d0ad64;
  --link-color-darker:            #c4983d;
  --border-color:                 #b8b8b8;
  --subtitle-color:               #d0ad64;
  --body-bg:                      #15241c;
  --body-bg-rgb:                  21, 36, 28;
  --body-bg-lighter:              #1e3429;
  --body-bg-darker:               #0c140f;
  --body-bg-darkest:              #020403;
  --body-color:                   #4badaa;
  --body-color-rgb:               75, 173, 170;
  --body-color-darkest:           #2c6664;
  --about-card-bg:                #212833;
  --footer-color:                 #d9d9d9;
  --footer-bg:                    #15241c;
  --caption-bg:                   #212833;
  --lib-perfect-scrollbar-bg:     #375e49;
  --component-notify-bg:          #284435;
  --lightness-body-5:             #1e3429;
  --lightness-body-10:            #284435;
  --font-family-primary:          'Raleway', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Unica One', Helvetica, Arial, sans-serif; }

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