@fg: #fafafa;
@bg: #222222;

html {
  background: inherit;
  color: inherit;
}

body {
  background-color: @bg;
  color: @fg;
}
