@function ballistic-is-int($number) {
  @return type-of($number) == number and floor(abs($number)) == abs($number);
}
