:root {
   /* Default values, will be overwritten by JS for dynamic theme */

   --primary-color: #01b0c4;
   --secondary-color: #00c8da;
   --black: black;
   --yellow:#f5e61e;
   --light-yellow:#f4ea5f;
   --gray: rgb(216, 216, 216);
   --shadow: rgba(0, 0, 0, 0.1);
   --widget-shadow: rgba(0, 0, 0, 0.3), 0 6px 6px rgba(0, 0, 0, 0.2);
   --light-primary: #00dff31c;
   --white: #ffffff;
   --tab: #f9edff57;
   --text-color: #2D3748;
   --aboutus: #c0a6fd1f;
   --dark: #3f3f3f;
}
/* All theme colors above will be dynamically updated by JS */ 