.type-heading {
  color: red;
  composes: type-heading2 from "../@otherlocalpackage/style.css";
  margin: 0;
  padding: 0;
}
