/* app.css (or any global stylesheet) */
:root {
  --heading-color: #2f1d0e;   /* <-- change this value whenever you like */
}
/* still in the same global file */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color) !important;
}
