:root {
  --accent-color:                 #ffbf00;
  --accent-color-darker-rgb:      204, 153, 0;
  --body-bg:                      #ededed;
  --body-bg-lighter:              #fafafa;
  --body-bg-darker:               #e0e0e0;
  --body-bg-darkest:              #d4d4d4;
  --body-color:                   #28282b;
  --body-color-rgb:               40, 40, 43;
  --body-color-darkest:           black;
  --lib-perfect-scrollbar-bg:     #bfbfbf;
  --component-notify-bg:          #e0e0e0;
  --lightness-body-5:             #e0e0e0;
  --lightness-body-10:            #d4d4d4;
  --sidebar-color:                #000000;
  --font-family-primary:          'Montserrat', 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; } }
