/* .theme{
    --Primary-color:#e22d45;
    --Secondary-color: #e22d45;
    --button-color:#e22d45;
    --button-hover-color: #e22d45;
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
} */


.theme{
    /* --Primary-color:#044CFC; */
    --Primary-color:#d98e1c;
    --Secondary-color: #d98e1c;
    --button-color:#d98e1c;
    --button-hover-color: #d8860c;
    --button-text-color: #fff;
    --button-text-hover-color: #fff;
}