import { createThemeContract } from '@vanilla-extract/css' export const vars = createThemeContract({ color: { primary: '', text: { base: '', }, }, })