{
  "modes": {
    "light": {
      "border-radius": {
        "button": {
          "$value": "{radius.full}",
          "$type": "dimension"
        },
        "default": {
          "$value": "{radius.3xl}",
          "$type": "dimension"
        }
      },
      "font": {
        "display": {
          "$value": "Outfit",
          "$type": "string"
        },
        "display-bold": {
          "$value": "Outfit Bold",
          "$type": "string"
        },
        "display-bold-italic": {
          "$value": "Outfit Bold",
          "$type": "string"
        },
        "display-italic": {
          "$value": "Outfit",
          "$type": "string"
        },
        "display-medium": {
          "$value": "Outfit Medium",
          "$type": "string"
        },
        "display-medium-italic": {
          "$value": "Outfit Medium",
          "$type": "string"
        },
        "display-semibold": {
          "$value": "Outfit SemiBold",
          "$type": "string"
        },
        "display-semibold-italic": {
          "$value": "Outfit SemiBold",
          "$type": "string"
        }
      }
    },
    "dark": {
      "border-radius": {
        "button": {
          "$value": "{radius.full}",
          "$type": "dimension"
        },
        "default": {
          "$value": "{radius.3xl}",
          "$type": "dimension"
        }
      },
      "font": {
        "display": {
          "$value": "Outfit",
          "$type": "string"
        },
        "display-bold": {
          "$value": "Outfit Bold",
          "$type": "string"
        },
        "display-bold-italic": {
          "$value": "Outfit Bold",
          "$type": "string"
        },
        "display-italic": {
          "$value": "Outfit",
          "$type": "string"
        },
        "display-medium": {
          "$value": "Outfit Medium",
          "$type": "string"
        },
        "display-medium-italic": {
          "$value": "Outfit Medium",
          "$type": "string"
        },
        "display-semibold": {
          "$value": "Outfit SemiBold",
          "$type": "string"
        },
        "display-semibold-italic": {
          "$value": "Outfit SemiBold",
          "$type": "string"
        }
      }
    }
  }
}
