/* Global typography cap: keep text weight at 500 or lighter. */
html body :where(*):not(.material-icons):not(.material-icons-outlined):not(.material-icons-round):not(.material-icons-sharp):not(.material-symbols-outlined):not(.material-symbols-rounded):not(.material-symbols-sharp):not(.ti):not([class^="ti-"]):not([class*=" ti-"]):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
    font-weight: 500 !important;
}

html body :where(.material-icons, .material-icons-outlined, .material-icons-round, .material-icons-sharp, .material-symbols-outlined, .material-symbols-rounded, .material-symbols-sharp, .ti, [class^="ti-"], [class*=" ti-"], .fa, .fas, .far, .fal, .fab) {
    font-weight: normal !important;
}
