/* ═══════════════════════════════════════════════
   PROGRAM 0–3 — MICRO-CRÈCHE
   Color overrides only — layout in program-base.css
   ═══════════════════════════════════════════════ */

.pmc {
    --accent: #E07A5F;
    --accent-light: rgba(224,122,95,0.08);
    --accent-soft: rgba(224,122,95,0.15);
    --dark: #0f172a;
    --text: #334155;
    --text-light: #64748b;
    --surface: #f8fafc;
    --warm: #fdf8f6;
}
