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