:root {
  --accent-color:                 #fd9449;
  --accent-color-darker-rgb:      252, 118, 23;
  --body-bg:                      #2e3037;
  --body-bg-lighter:              #3a3c45;
  --body-bg-darker:               #222429;
  --body-bg-darkest:              #17181b;
  --body-color:                   #ebe5ce;
  --body-color-rgb:               235, 229, 206;
  --body-color-darkest:           #cdbf86;
  --lib-perfect-scrollbar-bg:     #585c69;
  --component-notify-bg:          #454853;
  --lightness-body-5:             #3a3c45;
  --lightness-body-10:            #454853;
  --sidebar-color:                #2e3037;
  --font-family-primary:          'Titillium Web', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Cairo', 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: 600;
  letter-spacing: 6px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 24px; } }
