:root {
  --ca-brand: #0284c7;
  --ca-header: #0284c7;
  --ca-accent: #0284c7;
  --ca-accent-strong: #0284c7;
  --ca-accent-soft: color-mix(in srgb, #0284c7 12%, transparent);
  --ca-ring: color-mix(in srgb, #0284c7 35%, transparent);
}
html.dark {
  --ca-brand: #0284c7;
  --ca-header: #0284c7;
  --ca-accent: #0284c7;
  --ca-accent-strong: #0284c7;
}