Which CSS unit should I use for Ionic app?

I’m just starting a new app on Ionic3, and I’m wondering about the best CSS unit to use (px, em, rem) for responsive use (and to handle some user choosing manually their system font-size).

Thanks