:root {
  --accent-color:                 #488ba0;
  --accent-color-darker-rgb:      56, 108, 125;
  --body-bg:                      #f3f3f3;
  --body-bg-lighter:              white;
  --body-bg-darker:               #e6e6e6;
  --body-bg-darkest:              #dadada;
  --body-color:                   #000000;
  --body-color-rgb:               0, 0, 0;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #c5c5c5;
  --component-notify-bg:          #e6e6e6;
  --lightness-body-5:             #e6e6e6;
  --lightness-body-10:            #dadada;
  --sidebar-color:                #fffcfc;
  --font-family-primary:          'Titillium Web', Helvetica, Arial, sans-serif;
  --font-family-secondary:        'Poppins', 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; } }
