1// This function is usually used to get a lighter
2// theme variant color to use as a background color
3@function theme-color-light($variant) {
4  @return theme-color-level($variant, -11.3);
5}