// styles.css.ts import { style, globalStyle } from "@vanilla-extract/css" import { globalHeadingStyle } from "braid-design-system/css" export const root = style({}) // Target all <h2> elements within the root class globalStyle(`${root} h2`, globalHeadingStyle({ level: "2" }))