Using ems is great for relational sizing, but with one big caveat, if your base font size changes, all your ems are off. DEVASTATING! Use this node script to change all ems in a folder to a new ratio based on your old and new base sizes.
For example:
body {
font-size: 14px;
}
p {