/* UKSC Design Token Overrides
 *
 * Override CSS custom properties defined by the ukhc base theme.
 * Only include properties that differ from the base theme.
 * See ukhc/scss/config/_tokens.scss for the full token list.
 */
:root {
  /* TODO: Replace with actual uksc brand colors */
  --color-primary: #0033a0;
  --color-primary-secondary: #204ca5;
  --color-primary-hover: #3a5fad;
  --color-primary-selected: #4e6fb5;
  --color-link: var(--color-primary);
  --color-link-hover: var(--color-primary-hover);
}
