import { css } from "@emotion/css"; import { fontWeightNormal } from "../../../../design-tokens/build/js/designTokens"; export const headingReset = css` font-weight: ${fontWeightNormal}; font-size: 100%; margin-top: 0; margin-bottom: 0; `;