How to use @media query in JSON?

This is how I code the CSS using JSON (shown below), I just want to know if there is a way to call the CSS media query like the codes below. I just have basic knowledge when it comes to JSON. Thank you :slight_smile:

{
“.css-ctm0yn-MuiChip-root”: {
“color”: “white”,
“background-color”: “#08B2FA”
},
“.css-evpk3g-MuiTypography-root”: {
“color”: “white”,
“font-size”: “16px”
}
}