:root {
  --hiq-outline-width: 1px;
  --hiq-outline-color: #76a6ba;
  --hiq-font-size-1: 4.5rem;
  --hiq-font-size-2: 3.5rem;
  --hiq-font-size-3: 2.5rem;
  --hiq-text-color: #2F424B;
  --hiq-horizontal-rule-color: #2f424b;
  --hiq-link-color: #76a6ba;
  --hiq-link-hover-color: #76a6ba;
  --hiq-link-active-color: #76a6ba;
  --hiq-button-hover-background-color: #2F424B;
  --hiq-footer-background-color: #68625B;
  --hiq-footer-text-color: hsl(0, 0%, 100%);
}

:root.is-dark {
  --hiq-text-color: hsl(0, 0%, 100%);
  --hiq-link-color: #76a6ba;
}