export const breakpoints = { up: { sm: "@media (min-width: 640px)", md: "@media (min-width: 768px)", lg: "@media (min-width: 1024px)", }, } as const