/* Auto-generated brand-lock CSS. DO NOT MODIFY in the build.
 * Use these CSS variables for ALL color declarations. Do NOT introduce
 * literal hex values for primary/accent — they will fail the brand audit.
 */
:root {
  --brand-primary: #0a1a3a;
  --brand-accent: #e8ecf2;
  --brand-surface: #06080f;
  --brand-text: #f5f6f8;
  --brand-primary-soft: color-mix(in oklch, #0a1a3a 12%, white);
  --brand-primary-strong: color-mix(in oklch, #0a1a3a 80%, black);
}
