{
    "base": {
        "font-family": "'Roboto Flex', sans-serif",
        "font-stretch": "100%",
        "line-height": "1.28",
        "font-scale": "majorSecond",
        "palette": {
            "app-background": "#E4E7F6",
            "brand-primary": "#3F57E4",
            "border-line": "#CFCFCF",
            "secondary-background": "#F3F4FA",
            "foreground-color": "#001d54"
        },
        "border-radius": "1rem",
        "shadow": {
            "focus": "0 0 0 0.11rem #fff, 0 0 0 0.18rem #3F57E4, 0 0 0 0.3rem #3F57E41a",
            "focus-inset": "inset 0 0 0 0.11rem #fff, inset 0 0 0 0.18rem #3F57E4, inset 0 0 0 0.3rem #3F57E41a",
            "focus-group": "0 0 0 0.125rem #3F57E466",
            "focus-group-inset": "inset 0 0 0 0.125rem #3F57E466",
            "focus-solid": "0 0 0 0.0625rem rgb(63, 87, 228)",
            "focus-filter": "drop-shadow(0 0 0.125rem rgba(63, 87, 228, 0.30))"
        }
    },
    "components": {
        "avatar": {
            "background-color": "#2E2E33"
        },
        "app-shell": {
            "nav": {
                "background": "#edeef7",
                "foreground-color": "#001F5F",
                "border-color": "transparent",
                "detached": true
            },
            "header": {
                "background": "#f1f3f9",
                "foreground-color": "#001F5F",
                "border-color": "transparent"
            }
        },
        "button": {
            "border-radius": 0.5,
            "foreground-color": "#ffffff"
        },
        "form-control": {
            "border-radius": 0.25
        },
        "tabs": {
            "detached": true
        },
        "table": {
            "typography": {
                "font-stretch": "60%"
            },
            "striped-rows": true,
            "header": {
                "background-color": "#ffffff"
            },
            "border": {
                "horizontal-inner": false,
                "horizontal-outer": false,
                "vertical-inner": false,
                "vertical-outer": false
            }
        },
        "badges": {
            "font-stretch": "60%"
        },
        "announcement": {
            "background": "linear-gradient(4deg, #3F57E4 50%, #0544C3 100%)",
            "foreground-color": "#ffffff"
        },
        "case-view": {
            "header": {
                "background": "linear-gradient(4deg, #3F57E4 50%, #0544C3 100%)",
                "foreground-color": "#ffffff"
            },
            "summary": { "detached": true },
            "utilities": { "detached": false, "background": "#F3F4FA" },
            "assignments": { "detached": true, "background": "#F3F4FA" },
            "stages": {
                "status": {
                    "completed": {
                        "background": "#d4f7d5",
                        "foreground-color": "#0b381a"
                    },
                    "current": {
                        "background": "#3F57E4",
                        "foreground-color": "#ffffff"
                    }
                }
            }
        },
        "field-value-list": {
            "inline": {
                "detached": true
            }
        },
        "label": {
            "foreground-color": "#001d54",
            "font-size": "s"
        }
    }
}
