import { style } from '@vanilla-extract/css';

const space = 2;

export const root = style({
  padding: space,
  margin: -space,
});
