/**
 * @file
 * variables breakpoints.
 *
 */
/* stylelint-disable */
@custom-media --XS (min-width: 23.75em);
@custom-media --S (min-width: 30em);
@custom-media --M (min-width: 42.5em);
@custom-media --L (width >= 56.3125em);
@custom-media --XL (min-width: 64em);
@custom-media --2XL (min-width: 75em);
@custom-media --3XL (min-width: 87.5em);
@custom-media --4XL (min-width: 106.25em);

/* stylelint-enable */
