@function tint($color, $percent) {
  @return mix(#FFF, $color, $percent);
}
