import { style } from '@vanilla-extract/css'; export const footer = style({ display: 'inline-flex', width: '100%', }); export const counter = style({ marginLeft: 'auto', });