:root {
  --accent-color:                 #175356;
  --accent-color-darker-rgb:      12, 44, 46;
  --body-bg:                      #262626;
  --body-bg-lighter:              #333333;
  --body-bg-darker:               #191919;
  --body-bg-darkest:              #0d0d0d;
  --body-color:                   #d8eff3;
  --body-color-rgb:               216, 239, 243;
  --body-color-darkest:           #8acfdb;
  --lib-perfect-scrollbar-bg:     #545454;
  --component-notify-bg:          #404040;
  --lightness-body-5:             #333333;
  --lightness-body-10:            #404040;
  --sidebar-color:                #413b3b;
  --font-family-primary:          'Cairo', 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: 400;
  letter-spacing: 4px; }
  @media (min-width: 70em) {
    .site-title a {
      font-size: 16px; } }
