/* ═══════════════════════════════════════════════
   PROGRAM 6–12 — ÉLÉMENTAIRE
   Color overrides only — layout in program-base.css
   ═══════════════════════════════════════════════ */

.p612 {
    --accent: #4F46E5;
    --accent-light: rgba(79,70,229,0.08);
    --accent-soft: rgba(79,70,229,0.15);
    --dark: #0f172a;
    --text: #334155;
    --text-light: #64748b;
    --surface: #f8fafc;
    --warm: #fcfaf8;
}
