:root {
  --tertiaryColor: inherit;
  --tertiaryColorDark: inherit;
  --tertiaryColorHover: inherit;
  --tertiaryColorActive: inherit;
  --tertiaryColorTextHover: inherit;
  --tertiaryColorDarkTextHover: inherit;
  --white: #fff;
}

*:not(.page-header) > h1,
h2,
h3,
h4,
h5,
h6,
*:not(.page-header) > .title,
.subtitle {
  color: var(--tertiaryColor, inherit);
}
