{
  "color": {
    "background": {
      "dark": {
        "hex": "#182038",
        "oklch": "oklch(0.24895 0.04721 268.846)"
      },
      "light": {
        "hex": "#f8f8f8",
        "oklch": "oklch(0.97913 0 0)"
      }
    },
    "surface": {
      "dark": {
        "hex": "#202848",
        "oklch": "oklch(0.28666 0.05973 271.590)"
      },
      "light": {
        "hex": "#f8f8f8",
        "oklch": "oklch(0.97913 0 0)"
      }
    },
    "surface-raised": {
      "dark": {
        "hex": "#283050",
        "oklch": "oklch(0.31800 0.05832 272.076)"
      },
      "light": {
        "hex": "#e0e0e8",
        "oklch": "oklch(0.90903 0.01080 286.183)"
      }
    },
    "foreground": {
      "dark": {
        "hex": "#f8f8f8",
        "oklch": "oklch(0.97913 0 0)"
      },
      "light": {
        "hex": "#101018",
        "oklch": "oklch(0.17707 0.01643 284.599)"
      }
    },
    "prose": {
      "dark": {
        "hex": "#f8f8f8",
        "oklch": "oklch(0.97913 0 0)"
      },
      "light": {
        "hex": "#303038",
        "oklch": "oklch(0.31241 0.01420 285.549)"
      }
    },
    "muted": {
      "dark": {
        "hex": "#a8b0c0",
        "oklch": "oklch(0.75595 0.02463 264.417)"
      },
      "light": {
        "hex": "#585868",
        "oklch": "oklch(0.46633 0.02572 285.360)"
      }
    },
    "faint": {
      "dark": {
        "hex": "#707888",
        "oklch": "oklch(0.57154 0.02647 264.341)"
      },
      "light": {
        "hex": "#888890",
        "oklch": "oklch(0.62934 0.01186 286.054)"
      }
    },
    "border": {
      "dark": {
        "hex": "#303858",
        "oklch": "oklch(0.34875 0.05705 272.451)"
      },
      "light": {
        "hex": "#e0e0e8",
        "oklch": "oklch(0.90903 0.01080 286.183)"
      }
    },
    "border-strong": {
      "dark": {
        "hex": "#404860",
        "oklch": "oklch(0.40458 0.04187 270.170)"
      },
      "light": {
        "hex": "#c0c0c8",
        "oklch": "oklch(0.81020 0.01112 286.149)"
      }
    },
    "primary": {
      "dark": {
        "hex": "#8040e8",
        "oklch": "oklch(0.54775 0.23552 294.711)"
      },
      "light": {
        "hex": "#6830c8",
        "oklch": "oklch(0.47753 0.21646 293.084)"
      }
    },
    "primary-strong": {
      "dark": {
        "hex": "#6830c8",
        "oklch": "oklch(0.47753 0.21646 293.084)"
      },
      "light": {
        "hex": "#6830c8",
        "oklch": "oklch(0.47753 0.21646 293.084)"
      }
    },
    "accent": {
      "dark": {
        "hex": "#a878f0",
        "oklch": "oklch(0.67233 0.17536 300.200)"
      },
      "light": {
        "hex": "#8040e8",
        "oklch": "oklch(0.54775 0.23552 294.711)"
      }
    }
  },
  "spacing": [
    0,
    8,
    16,
    24,
    32,
    48,
    64,
    96,
    128,
    144
  ],
  "typography": {
    "sans": "system-ui, sans-serif",
    "mono": "'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace",
    "role": {
      "display": {
        "fontSize": "88px",
        "lineHeight": "96px",
        "fontWeight": 700,
        "mobileFontSize": "48px",
        "mobileLineHeight": "56px"
      },
      "h1": {
        "fontSize": "32px",
        "lineHeight": "40px",
        "fontWeight": 600
      },
      "h2": {
        "fontSize": "24px",
        "lineHeight": "32px",
        "fontWeight": 600
      },
      "body": {
        "fontSize": "16px",
        "lineHeight": "24px",
        "fontWeight": 500
      },
      "bodyStrong": {
        "fontSize": "16px",
        "lineHeight": "24px",
        "fontWeight": 500
      },
      "utility": {
        "fontSize": "12px",
        "lineHeight": "16px",
        "fontWeight": 500
      },
      "code": {
        "fontSize": "12px",
        "lineHeight": "16px",
        "fontWeight": 400
      }
    }
  },
  "radius": 0,
  "motion": {
    "color": "160ms",
    "enter": "240ms",
    "theme": "480ms"
  }
}