// styles.css.ts import { style, globalStyle } from '@vanilla-extract/css'; import { globalTextStyle } from 'braid-design-system/css'; export const root = style({}); // Target all <p> elements within the root class globalStyle(`${root} p`, globalTextStyle({ size: "standard", weight: "regular" }) );