@function theme-color-lighter($color) {
  @return rgba($color, .2);
}

@function theme-color-lightest($color) {
  @return mix($color, #fff, 10%);
  //@return rgba($color, .1);
}
