/* Generated by tool/brand-interface-css.js from brand-interface.json.
 * Version: artifact-2026-09. Edit the manifest, then regenerate; do not edit this file.
 * Wordmark letters and colours are owned by server/marque.js.
 */
:root {
  --brand-background: #FCE8C6;
  --brand-border: #E29A1E;
  --brand-focus: #2E7CB3;
  --brand-ink: #2B2420;
  --brand-muted: #6B5F52;
  --brand-primary: #F3B23E;
  --brand-primary-ink: #2B2420;
  --brand-surface: #FFFDF8;
  --brand-font-display: 'Baloo 2', ui-rounded, 'Segoe UI', sans-serif;
  --brand-font-body: 'Nunito', ui-sans-serif, system-ui, sans-serif;
}
/* Compatibility aliases: existing Web components follow the shared roles. */
:root {
  --cream: var(--brand-background); --white: var(--brand-surface);
  --ink: var(--brand-ink); --ink-soft: var(--brand-muted);
  --yellow: var(--brand-primary); --yellow-deep: var(--brand-border);
  --blue-deep: var(--brand-focus);
  --font-display: var(--brand-font-display); --font-body: var(--brand-font-body);
  --aa-creme: var(--brand-background); --aa-blanc: var(--brand-surface);
  --aa-brun-900: var(--brand-ink); --aa-brun-500: var(--brand-muted);
  --aa-jaune-500: var(--brand-primary); --aa-bleu-700: var(--brand-focus);
}
