/* Default Color File  */


/*
:root {
    --theme-color: #fd4a36;
  
} */

:root {
    --theme-color: #00abe7; /* Updated to the new blue color */
    --theme-color-secondary: #00abe7; /* Updated to the new blue color */
}

/*
button, .btn {
    background-color: #fd4a36 !important; /* Use the original button color */
}












