/* This is an auto-generated file. Please do not edit this file. */
@media only screen and (width <= 671px) {
  :root {
    --media-query-info: sm;
  }
}

@media only screen and (width >= 672px) and (width <= 1055px) {
  :root {
    --media-query-info: md;
  }
}

@media only screen and (width >= 1056px) and (width <= 1599px) {
  :root {
    --media-query-info: lg;
  }
}

@media only screen and (width >= 1600px) {
  :root {
    --media-query-info: max;
  }
}
