:root{
    --color-primary-rgb: 254,54,36;
    --color-primary: #FE3624;
    --color-primary-hover: #FF7D71;
    --color-primary-active: #D62D1E;

    --color-primary-light: #FC6658;
    --color-primary-light-hover: #FF796D;
}

.form-check input[type="radio"]{
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14"><rect x="1" y="1" width="12" height="12" rx="6" fill="%23FE3624"/></svg>');
}