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