{
    "base": {
        "border-radius": "0.5rem",
        "font-family": "'Poppins', sans-serif",
        "palette": {
            "app-background": "linear-gradient(135deg, #EAF1FF 0%, #EFF8FF 100%)",
            "brand-primary": "#FFF",
            "brand-accent": "#B6CAF8",
            "secondary-background": "#E2EBFF",
            "interactive": "#3F57E4",
            "foreground-color": "#001D54",
            "brand-foreground": "#001D54",
            "dark": "#32375F",
            "border-line": "#A1BBFEB3"
        },
        "font-weight": {
            "bold": 500,
            "semi-bold": 400,
            "normal": 300
        },
        "case-type-colors": "header-and-icon"
    },
    "components": {
        "agent": {
            "background": "#F6FAFF",
            "user-message": {
                "background": "linear-gradient(135deg, #D0DDFF 0%, #DAEFFF 100%)",
                "foreground-color": "#001D54"
            },
            "foreground-color": "#001D54",
            "history": {
                "item": {
                    "selected-background": "#CDCFD7"
                }
            },
            "questionnaire": {
                "background": "#FFFFFF80"
            }
        },
        "app-shell": {
            "nav": {
                "detached": true,
                "background": "#E2EBFF",
                "border-color": "transparent",
                "foreground-color": "#001D54",
                "create-button-background": "#F6FAFF80",
                "nested-list-background": "#F6FAFF80",
                "expand-button": {
                    "background": "#D1DFF1",
                    "foreground-color": "#001D54"
                },
                "item-border-radius": "0.5rem",
                "selected-background": "#F6FAFF"
            },
            "header": {
                "background": "linear-gradient(135deg, #4637D2 0%, #349CFE 100%)",
                "border-color": "transparent",
                "foreground-color": "#FFF",
                "app-name-color": "#FFF",
                "search-input": {
                    "background-color": "#00000020",
                    "foreground-color": "#EFEDF5",
                    "border-color": "transparent"
                }
            }
        },
        "case-view": {
            "icon": {
                "background": "#CFE4FF"
            },
            "summary": {
                "detached": true
            },
            "assignments": {
                "detached": true,
                "background": "#FFFFFFB3"
            },
            "stages": {
                "status": {
                    "completed": {
                        "background": "#D0DDFF",
                        "foreground-color": "#1F9139"
                    },
                    "current": {
                        "background": "#CFE4FF"
                    },
                    "pending": {
                        "background": "#FFF",
                        "foreground-color": "#3B3965"
                    }
                }
            },
            "header": {
                "background": "#FFF",
                "foreground-color": "#3B3965"
            }
        },
        "card": {
            "border-radius": "0.5rem",
            "background": "#FFF",
            "foreground-color": "#000000"
        },
        "button": {
            "border-radius": 1,
            "color": "#3F57E4",
            "secondary-color": "#3F57E4",
            "foreground-color": "#FFF"
        },
        "form-control": {
            "border-radius": 1,
            "border-color": "#A1BBFEB3",
            ":hover": {
                "border-color": "#A8AEF8"
            }
        },
        "tabs": {
            "detached": true
        },
        "announcement": {
            "background": "linear-gradient(135deg, #4154DF 0%, #3984F4 100%)",
            "foreground-color": "#FFF"
        },
        "avatar": {
            "background-color": "#7DA4FF"
        },
        "table": {
            "header": {
                "background-color": "#F0F7FF",
                "border-color": "transparent"
            },
            "body": {
                "border-color": "transparent",
                "secondary-background-color": "#F0F7FFE6"
            },
            "spacing": {
                "horizontal-inner": true
            }
        },
        "text": {
            "brand-primary": {
                "font-weight": "400",
                "font-size": "m"
            }
        },
        "label": {
            "foreground-color": "#5C598C"
        },
        "progress": {
            "progress-color": "#9416C9"
        },
        "select": {
            "border-color": "#7882CE80"
        }
    }
}
