{
    "base": {
        "palette": {
            "brand-primary": "#295ED9",
            "border-line": "#cfcfcf"
        },
        "shadow": {
            "focus": "0 0 0 0.0625rem #295ED9",
            "focus-inset": "inset 0 0 0 0.0625rem #295ED9",
            "focus-filter": "drop-shadow(0.0625rem 0px 0px #295ED9) drop-shadow(-0.0625rem 0px 0px #295ED9) drop-shadow(0px 0.0625rem 0px #295ED9) drop-shadow(0px -0.0625rem 0px #295ED9)"
        }
    },
    "components": {
        "card": {
            "border-radius": "0.25rem"
        },
        "button": {
            "border-radius": 0.5
        },
        "form-control": {
            "border-radius": 0,
            ":focus": {
                "border-color": "#295ED9"
            }
        },
        "text": {
            "h4": {
                "font-weight": "bold"
            }
        },
        "table": {
            "header": {
                "background-color": "#ffffff",
                "border-width": "0.125rem"
            },
            "border": {
                "horizontal-outer": false,
                "vertical-inner": false,
                "vertical-outer": false
            },
            "spacing": {
                "horizontal-outer": false
            }
        }
    }
}
