{
  "viewportRange": {
    "narrow": {
      "$value": "(max-width: calc({breakpoint.medium} - 0.02px))",
      "$type": "custom-viewportRange"
    },
    "narrowLandscape": {
      "$value": "(max-width: calc({breakpoint.large} - 0.02px) and (max-height: calc({breakpoint.small} - 0.02px)) and (orientation: landscape))",
      "$type": "custom-viewportRange"
    },
    "regular": {
      "$value": "(min-width: {breakpoint.medium})",
      "$type": "custom-viewportRange"
    },
    "wide": {
      "$value": "(min-width: {breakpoint.xxlarge})",
      "$type": "custom-viewportRange"
    },
    "portrait": {
      "$value": "(orientation: portrait)",
      "$type": "custom-viewportRange"
    },
    "landscape": {
      "$value": "(orientation: landscape)",
      "$type": "custom-viewportRange"
    }
  }
}
