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

export const marginAuto = style({ margin: '0 auto' });
