/* Orion brand accent overrides — text/link colors only.
   Deliberately does not touch any --cds-background/-layer/-interactive-* fill
   tokens, so the site's existing light background and component chrome are
   unaffected; only link/icon text color and heading text color change. */
:root {
  --cds-link-primary: #0e9637;
  --cds-link-primary-hover: #0b7a2d;
  --cds-link-text-color: #0e9637;
  --cds-link-visited: #0e9637;
  --cds-link-visited-text-color: #0e9637;
  --cds-icon-interactive: #0e9637;
}

h1, h2, h3, h4, h5, h6 {
  color: #07334f;
}
