@media (prefers-contrast: more) {
    :root {
      --hc-main-bg-color: #FFFFFF;
      --hc-secondary-bg-color: #f4f4f4;
      --hc-main-text-color: #000000;
      --hc-secondary-text-color: #323232;
      --hc-primary-button-color: #FFFFFF;
      --hc-secondary-button-color: #e5e5e5;
      --hc-primary-button-hover-color: #e5e5e5;
      --hc-primary-button-text-color: #000000;
      --hc-primary-link-color: #0000FF;
      --hc-secondary-link-color: #0D6EFD;
    }
}
