/** [GENERATED] pnpm generate:tokens */

@screen-sm: ~"only screen and (min-width: 576px)";
@screen-md: ~"only screen and (min-width: 768px)";
@screen-lg: ~"only screen and (min-width: 992px)";
@screen-xl: ~"only screen and (min-width: 1024px)";
@screen-xxl: ~"only screen and (min-width: 1400px)";
