:root {
  --accent-color:                 #e0d2b3;
  --accent-color-darker-rgb:      209, 189, 143;
  --body-bg:                      #a31f1f;
  --body-bg-lighter:              #b82323;
  --body-bg-darker:               #8e1b1b;
  --body-bg-darkest:              #781717;
  --body-color:                   #fff7f7;
  --body-color-rgb:               255, 247, 247;
  --body-color-darkest:           #ff9191;
  --lib-perfect-scrollbar-bg:     #db4343;
  --component-notify-bg:          #ce2727;
  --lightness-body-5:             #b82323;
  --lightness-body-10:            #ce2727;
  --sidebar-color:                #000000;
  --font-family-primary:          'Cairo', 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: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
