I am using Magento 2 and added bootstrap 4. I noticed that bootstrap overwrites many basic CSS rules, e.g. it changes the font-size in the body to 1rem.
Normally I could just add bootstrap before the magento 2 CSS to prevent it, but magento 2 is still in their children's shoes and you cant set the order yet.
Is there a version of bootstrap 4 which is not that invasive and which is available from a CDN?