:root {
  --accent-color:                 #c1b09c;
  --accent-color-darker-rgb:      173, 151, 125;
  --body-bg:                      #040503;
  --body-bg-lighter:              #11150d;
  --body-bg-darker:               black;
  --body-bg-darkest:              black;
  --body-color:                   #b2a38c;
  --body-color-rgb:               178, 163, 140;
  --body-color-darkest:           #817157;
  --lib-perfect-scrollbar-bg:     #323e25;
  --component-notify-bg:          #1e2516;
  --lightness-body-5:             #11150d;
  --lightness-body-10:            #1e2516;
  --sidebar-color:                #1c1911;
  --font-family-primary:          'Ubuntu', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Krub', Helvetica, Arial, sans-serif; }

/* Custom options via Theme Customizer */
body {
  font-weight: 300;
  letter-spacing: 0px; }
  @media (min-width: 70em) {
    body {
      font-size: 20px; } }
.site-title a {
  font-weight: 900;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 33px; } }
