:root {
  --accent-color:                 #d19e46;
  --accent-color-darker-rgb:      183, 132, 45;
  --body-bg:                      #181818;
  --body-bg-lighter:              #252525;
  --body-bg-darker:               #0b0b0b;
  --body-bg-darkest:              black;
  --body-color:                   #cecece;
  --body-color-rgb:               206, 206, 206;
  --body-color-darkest:           #9b9b9b;
  --lib-perfect-scrollbar-bg:     #464646;
  --component-notify-bg:          #323232;
  --lightness-body-5:             #252525;
  --lightness-body-10:            #323232;
  --sidebar-color:                #000000;
  --font-family-primary:          'Poppins', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Muli', Helvetica, Arial, sans-serif; }

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