/* Extra small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default */

/* Small devices (landscape phones, 576px and up) */
@custom-media --break-sm (min-width: 576px);

/* Medium devices (tablets, 768px and up) */
@custom-media --break-md (min-width: 768px);

/* Large devices (desktops, 992px and up) */
@custom-media --break-lg (min-width: 992px);

/* Extra large devices (large desktops, 1200px and up) */
@custom-media --break-xl (min-width: 1200px);

@custom-media --high-dppx (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx);
