/* 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: #e7b4ed;
  --brand-accent: #2c332f;
  --brand-surface: #f7f6f3;
  --brand-text: #12110f;
  --brand-primary-soft: color-mix(in oklch, #e7b4ed 12%, white);
  --brand-primary-strong: color-mix(in oklch, #e7b4ed 80%, black);
}
