/*
 * Brand token surface. Default values = mojomosaic showcase brand.
 * Per-prospect renders inject overrides by writing a :root style block at the top
 * of the deck HTML, populated from prospects/<slug>/brand.json.
 */
:root {
  --brand-primary: #0f1c2e;
  --brand-accent: #d4913c;
  --brand-surface: #f7f3ec;
  --brand-text-on-primary: #ffffff;
  --brand-display-font: 'Fraunces', Georgia, serif;
  --brand-body-font: 'Outfit', -apple-system, system-ui, sans-serif;
  --brand-gradient: linear-gradient(135deg, var(--brand-primary), var(--brand-accent));
}

[data-retune-card] {
  display: contents;
}
