/* Studyware warm text palette — replaces the stale slate/gray defaults
   with a richer, on-brand scheme (deep plum headings, warm mauve body). */
.t-head { color: #2a2030; }
.t-body { color: #6b5b66; }
.t-muted { color: #988a93; }

/* Override Tailwind's cool slate/gray text utilities site-wide */
.text-slate-400, .text-gray-400 { color: #988a93 !important; }
.text-slate-500, .text-slate-600, .text-gray-500, .text-gray-600 { color: #6b5b66 !important; }
.text-slate-700, .text-slate-800, .text-slate-900,
.text-gray-700, .text-gray-800, .text-gray-900 { color: #2a2030 !important; }
