:root{
    --color-primary-rgb: 254,183,71;
    --color-primary: #FEB747;
    --color-primary-hover: #FFBC54;
    --color-primary-active: #F2AB3C;

    --color-primary-light: #FECE82;
    --color-primary-light-hover: #FFD89A;
}

.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="%23FEB747"/></svg>');
}