{
    "base": {
        "palette": {
            "ai": "#d6bcf5",
            "app-background": "#212535",
            "primary-background": "rgb(23 26 39)",
            "secondary-background": "rgb(44 50 73)",
            "foreground-color": "#E5E2FF",
            "brand-primary": "#7A8CE6",
            "urgent": "#f66f78",
            "warn": "#ffaa75",
            "success": "#7ee791",
            "interactive": "#7A8CE6",
            "pending": "#d6bcf5",
            "border-line": "#3e3f43",
            "skeleton": "#9E9E9E"
        },
        "shadow": {
            "focus": "0 0 0 0.11rem #fff, 0 0 0 0.18rem #7A8CE6, 0 0 0 0.3rem #7A8CE61a",
            "focus-inset": "inset 0 0 0 0.11rem #fff, inset 0 0 0 0.18rem #7A8CE6, inset 0 0 0 0.3rem #7A8CE61a",
            "focus-group": "0 0 0 0.125rem #7A8CE699",
            "focus-group-inset": "inset 0 0 0 0.125rem #7A8CE699",
            "focus-solid": "0 0 0 0.0625rem rgb(122, 140, 230)",
            "focus-filter": "drop-shadow(0 0 0.125rem rgba(122, 140, 230, 0.30))"
        },
        "font-family": "'Roboto Flex', sans-serif",
        "font-stretch": "100%",
        "line-height": "1.28",
        "font-scale": "majorSecond",
        "border-radius": "1rem"
    },
    "components": {
        "avatar": {
            "background-color": "#2E2E33"
        },
        "app-shell": {
            "nav": {
                "background": "#262b44",
                "foreground-color": "#ffffff",
                "border-color": "transparent",
                "detached": true
            },
            "header": {
                "background": "#3c4057",
                "foreground-color": "#ffffff",
                "border-color": "transparent"
            }
        },
        "button": {
            "border-radius": 0.5,
            "foreground-color": "#1C1F2C"
        },
        "form-control": {
            "border-radius": 0.25,
            ":hover": {
                "border-color": "#fafafa"
            },
            ":disabled": {
                "background-color": "#676767"
            },
            ":read-only": {
                "background-color": "#676767"
            }
        },
        "tabs": {
            "detached": true
        },
        "table": {
            "typography": {
                "font-stretch": "60%"
            },
            "striped-rows": true,
            "header": {
                "background-color": "rgb(23 26 39)"
            },
            "border": {
                "horizontal-inner": false,
                "horizontal-outer": false,
                "vertical-inner": false,
                "vertical-outer": false
            }
        },
        "tooltip": {
            "foreground-color": "#3f3f3f",
            "background-color": "#fafafa"
        },
        "badges": {
            "font-stretch": "60%",
            "count": {
                "default": {
                    "background": "#E5E2FF1a",
                    "foreground": "#E5E2FF"
                }
            },
            "keyboard": {
                "background-color": "#676767",
                "border-color": "#9E9E9E"
            },
            "status": {
                "success": {
                    "background": "#156f35",
                    "foreground": "#d4f7d5"
                },
                "warn": {
                    "background": "#b54703",
                    "foreground": "#feede2"
                },
                "urgent": {
                    "background": "#a6020d",
                    "foreground": "#ffdbde"
                },
                "pending": {
                    "background": "#681fc3",
                    "foreground": "#f1e9fb"
                },
                "info": {
                    "background": "#4c5a67",
                    "foreground": "#e9eef3"
                }
            }
        },
        "announcement": {
            "background": "linear-gradient(4deg, #3D2F98 50% , #282762 100%)",
            "foreground-color": "#ffffff"
        },
        "case-view": {
            "header": {
                "background": "linear-gradient(4deg, #3D2F98 50% , #282762 100%)",
                "foreground-color": "#ffffff"
            },
            "summary": { "detached": true },
            "utilities": { "detached": false, "background": "rgb(44 50 73)" },
            "assignments": {
                "detached": true,
                "background": "rgb(44 50 73)",
                "foreground-color": "#ffffff"
            },
            "stages": {
                "status": {
                    "completed": {
                        "background": "#156f35",
                        "foreground-color": "#d4f7d5"
                    },
                    "current": {
                        "background": "#7A8CE6",
                        "foreground-color": "#1C1F2C"
                    }
                }
            }
        },
        "field-value-list": {
            "inline": {
                "detached": true
            }
        },
        "label": {
            "foreground-color": "#E5E2FF",
            "font-size": "s"
        },
        "banner": {
            "urgent": {
                "background": "#570006",
                "background-mix": 1
            },
            "warning": {
                "background": "#5a2401",
                "background-mix": 1
            },
            "success": {
                "background": "#0b381a",
                "background-mix": 1
            },
            "ai": {
                "background": "#341061",
                "background-mix": 1
            },
            "info": {
                "background": "#252c32",
                "background-mix": 1
            }
        }
    }
}
