:root {
  --primary-color: #333;
  --primary-dark-color: #000;
}

#hero::after, .body-footer {
  background-image: linear-gradient(to left bottom, #000 0%, #111 100%);
}
