{
  "$metadata": {
    "generator": "designlang",
    "version": "7.0.0",
    "spec": "https://design-tokens.github.io/community-group/format/",
    "source": "https://replit.com",
    "generatedAt": "2026-06-25T08:29:30.217Z"
  },
  "primitive": {
    "color": {
      "brand": {
        "primary": {
          "$value": "#0051c3",
          "$type": "color"
        },
        "secondary": {
          "$value": "#de5052",
          "$type": "color"
        }
      },
      "neutral": {
        "n100": {
          "$value": "#404040",
          "$type": "color"
        },
        "n200": {
          "$value": "#000000",
          "$type": "color"
        },
        "n300": {
          "$value": "#595959",
          "$type": "color"
        },
        "n400": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "n500": {
          "$value": "#ebebeb",
          "$type": "color"
        }
      },
      "background": {
        "bg0": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "bg1": {
          "$value": "#ebebeb",
          "$type": "color"
        }
      },
      "text": {
        "text0": {
          "$value": "#000000",
          "$type": "color"
        },
        "text1": {
          "$value": "#404040",
          "$type": "color"
        },
        "text2": {
          "$value": "#ffffff",
          "$type": "color"
        },
        "text3": {
          "$value": "#595959",
          "$type": "color"
        },
        "text4": {
          "$value": "#0051c3",
          "$type": "color"
        }
      }
    },
    "spacing": {
      "s0": {
        "$value": "3px",
        "$type": "dimension"
      },
      "s1": {
        "$value": "23px",
        "$type": "dimension"
      },
      "s2": {
        "$value": "53px",
        "$type": "dimension"
      },
      "s3": {
        "$value": "160px",
        "$type": "dimension"
      }
    },
    "radius": {
      "r0": {
        "$value": "2px",
        "$type": "dimension"
      },
      "r1": {
        "$value": "5px",
        "$type": "dimension"
      }
    },
    "shadow": {},
    "fontFamily": {
      "f0": {
        "$value": "Times",
        "$type": "fontFamily"
      }
    }
  },
  "semantic": {
    "color": {
      "action": {
        "primary": {
          "$value": "{primitive.color.brand.primary}",
          "$type": "color"
        },
        "secondary": {
          "$value": "{primitive.color.brand.secondary}",
          "$type": "color"
        }
      },
      "surface": {
        "default": {
          "$value": "{primitive.color.background.bg0}",
          "$type": "color"
        }
      },
      "text": {
        "body": {
          "$value": "{primitive.color.text.text0}",
          "$type": "color"
        }
      }
    },
    "typography": {
      "body": {
        "$value": {
          "fontFamily": "Times",
          "fontSize": "60px",
          "fontWeight": "300",
          "lineHeight": "72px"
        },
        "$type": "typography"
      }
    },
    "radius": {
      "control": {
        "$value": "{primitive.radius.r0}",
        "$type": "dimension"
      }
    },
    "shadow": {
      "elevated": {
        "$value": "{primitive.shadow.sh0}",
        "$type": "shadow"
      }
    }
  }
}