$bg: #333;
$fg: white;
$fontsize: 16px;

body {
  background-color: $bg;
  color: $fg;
  font-size: $fontsize;
}
