/**
 * Skipped minification because the original files appears to be already minified.
 * Original file: /npm/@commercetools-frontend/application-components@24.2.1/materials/media-queries.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/* MAX-WIDTH */

@custom-media --screen-max-mobile (max-width: 767px); /* xsm */
@custom-media --screen-max-desktop (max-width: 1023px); /* sm */
@custom-media --screen-max-biggerdesktop (max-width: 1279px); /* md */
@custom-media --screen-max-giantdesktop (max-width: 1679px); /* lg */
@custom-media --screen-max-jumbodesktop (max-width: 1919px); /* xlg */

/* MIN-WIDTH */

@custom-media --screen-min-mobile (min-width: 768px); /* xsm */
@custom-media --screen-min-desktop (min-width: 1024px); /* sm */
@custom-media --screen-min-biggerdesktop (min-width: 1280px); /* md */
@custom-media --screen-min-giantdesktop (min-width: 1680px); /* lg */
@custom-media --screen-min-jumbodesktop (min-width: 1920px); /* xlg */
