{
  "colors": {
    "current": "currentColor",
    "blue": {
      "50": "#f6fafd",
      "100": "#e1eff9",
      "200": "#b7d8f0",
      "300": "#84bafa",
      "400": "#539ef8",
      "500": "#3b74fc",
      "600": "#2c5ed6",
      "700": "#3a5dae",
      "800": "#29427b",
      "900": "#353d5f",
      "950": "#2f3654",
      "1000": "#2f3654"
    },
    "gray": {
      "50": "#f8fafc",
      "100": "#f6f8fa",
      "200": "#f0f0f0",
      "300": "#e8e8e8",
      "400": "#cdcfd1",
      "500": "#b3b5b8",
      "600": "#93999e",
      "700": "#6d7176",
      "800": "#444c59",
      "900": "#2e333c"
    },
    "red": {
      "100": "#fcf1ef",
      "200": "#f7d7d2",
      "300": "#eec9c1",
      "400": "#f0948b",
      "500": "#f65747",
      "600": "#d64e41",
      "700": "#d7351c",
      "800": "#b92e18",
      "900": "#9b2614"
    },
    "green": {
      "100": "#eef6e8",
      "200": "#d4e8c3",
      "300": "#72d0a3",
      "400": "#21bc9c",
      "500": "#17a688",
      "600": "#10985f",
      "700": "#068466",
      "800": "#164e3e",
      "900": "#004d49"
    },
    "yellow": {
      "50": "#fffbf0",
      "100": "#faf4ea",
      "200": "#f2eade",
      "300": "#fce491",
      "400": "#fad860",
      "500": "#ffc328",
      "600": "#f6af47",
      "700": "#ca861e",
      "800": "#956419",
      "900": "#694712"
    },
    "teal": {
      "100": "#f0fafa",
      "200": "#caebec",
      "300": "#a4dbdd",
      "400": "#80cbce",
      "500": "#5cbabd",
      "600": "#39a8ac",
      "700": "#288286",
      "800": "#1a5b5d",
      "900": "#0d3233"
    },
    "purple": {
      "100": "#f4f0fa",
      "200": "#dbd0ef",
      "300": "#c3b1e2",
      "400": "#ab92d6",
      "500": "#9374c8",
      "600": "#7b56bb",
      "700": "#6339ac",
      "800": "#482684",
      "900": "#2e1658"
    },
    "fuchsia": {
      "100": "#fcf2ff",
      "200": "#f2cffe",
      "300": "#e7aefb",
      "400": "#dd8df8",
      "500": "#d16ef3",
      "600": "#c550ed",
      "700": "#9839b8",
      "800": "#692481",
      "900": "#391247"
    },
    "subdued": "#6d7176",
    "default": "#2e333c",
    "white": "#ffffff",
    "success": "#068466",
    "error": "#d7351c"
  },
  "fontFamily": {
    "sans": "Inter, Helvetica, Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
    "serif": "'DM Serif Display', Georgia, Times, serif",
    "mono": "SFMono-Regular, Menlo, Consolas, mono",
    "display": "'DM Serif Display', Georgia, Times, serif",
    "body": "Inter, Helvetica, Arial, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif"
  },
  "fontSize": {
    "10px": ["0.625rem", "1.5em"],
    "13px": ["0.8125rem", "1.5em"]
  },
  "fontWeight": {
    "light": 300,
    "normal": 400,
    "medium": 500,
    "semibold": 600,
    "bold": 700
  },
  "spacing": {
    "15": "3.75rem"
  },
  "transitionProperty": {
    "height": "height"
  }
}
