Is there a list to get all SASS theme variables used in Material theme? The documentation says $selected-text is based off $accent-contrast but it doesn't list what $accent-contrast
https://www.telerik.com/kendo-angular-ui/components/styling/theme-material/customization/
Also, shouldn't kendo variables be prefixed with some kendo identifier like "k". I often create conflicts in my own SASS variables that accidentally overrides the kendo variables.