/* Codity brand overrides — loaded after core.css to restyle the theme */

:root,
[data-bs-theme="light"] {
  --bs-primary: #7307e0;
  --bs-primary-rgb: 115, 7, 224;
  --bs-purple: #7307e0;
  --bs-link-color: #7307e0;
  --bs-link-color-rgb: 115, 7, 224;
  --bs-link-hover-color: #5c06b3;
  --bs-link-hover-color-rgb: 92, 6, 179;
  --bs-primary-text-emphasis: #2e035a;
  --bs-primary-bg-subtle: #e8d7fa;
  --bs-primary-border-subtle: #c49df2;
}

/* Hero heading: let container width handle sizing */
.hero-text-box {
  max-width: none;
}
