{
    "base": {
        "font-family": "Poppins, sans-serif",
        "font-stretch": "90%",
        "line-height": "1.28",
        "font-scale": "majorSecond",
        "palette": {
            "app-background": "#0b0c1c",
            "brand-primary": "#0073e9",
            "border-line": "#4b4e71",
            "secondary-background": "#0d0e21",
            "foreground-color": "#ffffff",
            "interactive": "#1985f0",
            "primary-background": "#191b34"
        },
        "border-radius": "0.5rem",
        "shadow": {
            "focus": "0 0 0 0.11rem #fff, 0 0 0 0.18rem #1985f0, 0 0 0 0.3rem #1985f01a",
            "focus-inset": "inset 0 0 0 0.11rem #fff, inset 0 0 0 0.18rem #1985f0, inset 0 0 0 0.3rem #1985f01a",
            "focus-group": "0 0 0 0.125rem #1985f066",
            "focus-group-inset": "inset 0 0 0 0.125rem #1985f066",
            "focus-solid": "0 0 0 0.0625rem rgb(25, 133, 240)",
            "focus-filter": "drop-shadow(0 0 0.125rem rgba(25, 133, 240, 0.30))"
        }
    },
    "components": {
        "avatar": {
            "background-color": "#e8edf3"
        },
        "app-shell": {
            "nav": {
                "background": "#191b34",
                "foreground-color": "#fff",
                "border-color": "transparent",
                "detached": true
            },
            "header": {
                "background": "linear-gradient(-45deg, #0e101f 0%, #2a2c41 20%, #191b32 20%, #191b34 100%)",
                "foreground-color": "#fff",
                "border-color": "transparent"
            }
        },
        "button": {
            "border-radius": 0.5,
            "color": "#1985f0",
            "secondary-color": "#1985f0"
        },
        "form-control": {
            "border-radius": 0.5
        },
        "tabs": {
            "detached": true
        },
        "table": {
            "typography": {
                "font-stretch": "50%"
            },
            "striped-rows": true
        },
        "badges": {
            "font-stretch": "50%"
        },
        "announcement": {
            "background": "linear-gradient(-45deg, #5005e9 0%, #2e08e7 20%, #0636e3 20%, #026aea 100%)",
            "foreground-color": "#ffffff"
        },
        "case-view": {
            "header": {
                "background": "linear-gradient(-45deg, #5005e9 0%, #2e08e7 20%, #0636e3 20%, #026aea 100%)",
                "foreground-color": "#ffffff"
            },
            "summary": {
                "detached": true
            },
            "utilities": {
                "detached": false,
                "background": "rgba(0,0,0,0.5)",
                "foreground-color": "#ffffff"
            },
            "assignments": {
                "detached": false,
                "background": "#191b34"
            },
            "stages": {
                "status": {
                    "completed": {
                        "background": "#156f35",
                        "foreground-color": "#d4f7d5"
                    },
                    "current": {
                        "background": "#0073e9",
                        "foreground-color": "#ffffff"
                    }
                }
            }
        },
        "field-value-list": {
            "inline": {
                "detached": true
            }
        },
        "label": {
            "foreground-color": "#fff",
            "font-size": "s",
            "font-family": "Poppins, sans-serif"
        },
        "link": {
            "color": "#1985f0"
        },
        "card": {
            "border-radius": "0.5rem",
            "foreground-color": "#fff"
        },
        "text": {
            "primary": {
                "font-family": "Poppins, sans-serif"
            },
            "secondary": {
                "font-family": "Poppins, sans-serif"
            },
            "h1": {
                "font-family": "Poppins, sans-serif"
            },
            "h2": {
                "font-family": "Poppins, sans-serif"
            },
            "h3": {
                "font-family": "Poppins, sans-serif"
            },
            "h4": {
                "font-family": "Poppins, sans-serif"
            },
            "h5": {
                "font-family": "Poppins, sans-serif"
            },
            "h6": {
                "font-family": "Poppins, sans-serif"
            },
            "brand-primary": {
                "font-family": "Poppins, sans-serif"
            }
        }
    }
}
