import { style } from '@vanilla-extract/css';
export const ModalWide = style({
minWidth: '85vw',
minHeight: '90vh',
});