// Body

body {
  font-family: @font-family-Light;
  font-size: @font-size-body;
  color: @text-color;
  line-height: @body-line-height;
  letter-spacing: @letter-space-body;
  background-color: @body-bg;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}


