/* 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: #0e0e0e;
  --brand-accent: #e8ff5a;
  --brand-surface: #f4f1ec;
  --brand-text: #0e0e0e;
  --brand-primary-soft: color-mix(in oklch, #0e0e0e 12%, white);
  --brand-primary-strong: color-mix(in oklch, #0e0e0e 80%, black);
}
