/* -------------------- */
/* Root Colors -------- */
/* -------------------- */

:root {
--main-color: #00a0df;
--second-color: #34d9c3; 
--third-color: #00a0df; 
--fourth-color: #00a0df; 
--fifth-color: #f5f5fa; /* light grey */
--sixth-color: #4d525a; /* middle grey */
--seventh-color: #ffffff;
--eighth-color: #000000;
--tec-color-accent-primary: #250e62 !important;
}