import { style } from "@vanilla-extract/css"; export const root = style({ fontFamily: "Arial, Helvetica, sans-serif", background: "#101010", color: "#efefef", });