$background-color: #fff;
$text-color: #000;

body {
  background-color: $background-color;
  color: $text-color;
}
