:root {
    --brand: #102F76;
    --brand-muted: #CACEE4;
    --background: #F7F7F7;
    --error-700: #FF1454;
    --success-500: #33EBC7;
}

in3-summary in3-checkbox-input input {
    border-color: var(--brand)!important;
}