Qualtrics UI Base Styles
Includes CSS normalization and SAP's 72 font.
npm install @qualtrics/base-styles --save-exact
Import the CSS file:
```
import '@qualtrics/base-styles';
If your build system supports CSS file imports, the sylesheet will be included as part of your distribution code and your HTML file will have a link` tag pointing to the stylesheet.