import { style } from '@vanilla-extract/css'; export const background = style({ minHeight: '100vh', background: `linear-gradient(70deg, #76002C 5%, #0d3880 60%, #095863 99.88%)`, });