in libs/@guardian/source/src/foundations/mq/mq.ts [114:127]
tablet: minWidthMaxWidth(breakpoints.mobileLandscape, breakpoints.tablet),
desktop: minWidthMaxWidth(
breakpoints.mobileLandscape,
breakpoints.desktop,
),
leftCol: minWidthMaxWidth(
breakpoints.mobileLandscape,
breakpoints.leftCol,
),
wide: minWidthMaxWidth(breakpoints.mobileLandscape, breakpoints.wide),
},
},
phablet: {
and: {