diff --git a/client/src/styles/index.scss b/client/src/styles/index.scss index caab5ff..08e5ce2 100644 --- a/client/src/styles/index.scss +++ b/client/src/styles/index.scss @@ -39,3 +39,8 @@ $image-path: "~@cmsgov/design-system/dist/images"; width: 445px; } } + +h1, h2, h3, h4, h5, h6 { + font: revert; + margin-block: revert; +}