$mq-base-xs-max: '(max-width: 575.98px)';
$mq-base-sm: '(min-width: 576px)';
$mq-base-sm-max: '(max-width: 767.98px)';
$mq-base-md: '(min-width: 768px)';
$mq-base-md-max: '(max-width: 991.98px)';
$mq-base-lg: '(min-width: 992px)';
$mq-base-lg-max: '(max-width: 1199.98px)';
$mq-base-xl: '(min-width: 1200px)';
$mq-base-xl-max: '(max-width: 1439.98px)';
$mq-base-xxl: '(min-width: 1440px)';
$mq-base-hd-color: '(dynamic-range: high)';
$mq-base-touch: '(hover: none) and (pointer: coarse)';
$mq-base-stylus: '(hover: none) and (pointer: fine)';
$mq-base-pointer: '(hover) and (pointer: coarse)';
$mq-base-mouse: '(hover) and (pointer: fine)';
$mq-base-scheme-dark: '(prefers-color-scheme: dark)';
$mq-base-scheme-light: '(prefers-color-scheme: light)';
$mq-base-motion-safe: '(prefers-reduced-motion: no-preference)';
$mq-base-motion-reduce: '(prefers-reduced-motion: reduce)';
$mq-base-opacity-safe: '(prefers-reduced-transparency: no-preference)';
$mq-base-opacity-reduce: '(prefers-reduced-transparency: reduce)';
$mq-base-data-safe: '(prefers-reduced-data: no-preference)';
$mq-base-data-reduce: '(prefers-reduced-data: reduce)';
$mq-base-contrast-more: '(prefers-contrast: more)';
$mq-base-contrast-less: '(prefers-contrast: less)';
$mq-base-portrait: '(orientation: portrait)';
$mq-base-landscape: '(orientation: landscape)';
$mq-respond-down-sm: '(max-width: 575.98px)';
$mq-respond-down-md: '(max-width: 767.98px)';
$mq-respond-down-lg: '(max-width: 991.98px)';
$mq-respond-down-xl: '(max-width: 1199.98px)';
$mq-respond-down-xxl: '(max-width: 1439.98px)';
$mq-respond-up-sm: '(min-width: 576px)';
$mq-respond-up-md: '(min-width: 768px)';
$mq-respond-up-lg: '(min-width: 992px)';
$mq-respond-up-xl: '(min-width: 1200px)';
$mq-respond-up-xxl: '(min-width: 1440px)';
$mq-respond-only-xs: '(max-width: 575.98px)';
$mq-respond-only-sm: '(min-width: 576px) and (max-width: 767.98px)';
$mq-respond-only-md: '(min-width: 768px) and (max-width: 991.98px)';
$mq-respond-only-lg: '(min-width: 992px) and (max-width: 1199.98px)';
$mq-respond-only-xl: '(min-width: 1200px) and (max-width: 1439.98px)';
$mq-respond-only-xxl: '(min-width: 1440px)';
