import { cva } from "class-variance-authority" import { withTypography } from "@scandic-hotels/design-system/Typography" import styles from "./header.module.css" export const headingVariants = cva(styles.heading, withTypography({}))