/* Design tokens — section color palette consumed across all other CSS files.
   Load this file before any CSS that uses var(--section-*). */
:root {
    --section-hr: #0d6efd;
    --section-hr-light: #e7f1ff;
    --section-edu: #198754;
    --section-edu-light: #d1e7dd;
    --section-research: #6f42c1;
    --section-research-light: #f0eaff;
    --section-qa: #ffc107;
    --section-qa-light: #fff3cd;
    --section-ict: #0dcaf0;
    --section-ict-light: #cff4fc;
    --section-admin: #495057;
    --section-admin-light: #e9ecef;
}