/* 20 class-type accents for timetable stripes and chips.
   Assigned in order of first appearance; admin can override per class type.
   Always paired with the class-type name in text — never colour alone. */
:root{
--ct-01:#4A5B6B;--ct-02:#10726E;--ct-03:#1C7A4D;--ct-04:#5C7519;--ct-05:#A9700B;
--ct-06:#B85A16;--ct-07:#A6432A;--ct-08:#AA2B45;--ct-09:#9E2670;--ct-10:#7C3199;
--ct-11:#5B3DB0;--ct-12:#3A48A8;--ct-13:#1663A8;--ct-14:#0C6E9B;--ct-15:#0E8074;
--ct-16:#3F7A3A;--ct-17:#7A5230;--ct-18:#6B2D5C;--ct-19:#C2557F;--ct-20:#5A6CA8;
/* chip tints, light theme */
--ct-tint-alpha:0.10;/* @kind other */
--ct-chip-border-alpha:0.32;/* @kind other */
}
