 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");

 * {
     padding: 0;
     margin: 0;
     box-sizing: border-box;
     font-family: "Poppins", sans-serif;
 }

 ul {
     list-style-type: none;
 }

 html,
 body {
     font-family: "Poppins", sans-serif !important;
     font-size: 16px;
 }

 .light {
     --background-color: white;
     --background-color-wf: whitesmoke;
     --background-color-light-white: #fcfcfc;
     --background-color-whitesmoke: whitesmoke;
     --background-color-black: #000000;
     --text-color-1: #000000;
     --text-color-2: #666c72;
     --text-color-3: #666c72;
     --text-color-4: black;
     --inner-text-theme-color: whitesmoke;
     --theme-color: #3849A3;
     --bg-theme-color: #3849A3;
     --text-theme-bg-color: whitesmoke;
     --lightblack-text-theme-bg-color: whitesmoke;
     --text-theme-color: #3849A3;
     --text-theme-grey: #E7E7E7;
     --text-color-white: #ffffff;
     --bg-color-light-black: #333333;
     --text-color-light-black: #333333;
     --text-color-whitesmoke: whitesmoke;
     --bg-light-black: #333333;
     --text-light-bg-black: whitesmoke;
     --bg-color-whitesmoke: whitesmoke;
     --text-color-bg-whitesmoke: #333333;
     /*  --text-color-2:"whitesmoke"; */
     --bg-color-whitesmoke-div: whitesmoke;
     --text-color-bg-whitesmoke-div: #333333;
     --pdf-color-primary: #F40F02;
     /* --logo-green-text-color: #5A9421; */
     --logo-green-text-color: #3A6015;
     --border-1-blind-theme-color: whitesmoke;
     --border-2-blind-theme-color: #E7E7E7;
     --border-3-blind-theme-color: #E7E7E7;
     --background-color-white: white;
     --light-black-text-color-bg-white: #333333;
     --nav-bar-bg-color: whitesmoke;
     --text-nav-bar-bg-color: #333333;
     --headingtext-nav-bar-bg-color: #3849A3;
     --navbar-bg-hover: whitesmoke;
     --text-navbar-bg-hover: #3849A3;
     --bg-color-ab: aliceblue;
     --text-for-bg-color-ab: black;
     --dark-blue-color: #337ab7;
     --pdf-color-black-bg:red;
     --pdf-color-contrast-bg:red;
 }

 .dark1 {
     --background-color: #000000;
     --background-color-wf: black;
     --background-color-light-white: black;
     --background-color-whitesmoke: black;
     --text-color-1: yellow;
     --text-color-2: yellow;
     --text-color-3: black;
     --text-color-4: black;

     --bg-theme-color: black;
     --text-theme-bg-color: yellow;
     --inner-text-theme-color: black;
     --lightblack-text-theme-bg-color: black;
     --theme-color: yellow;
     --text-theme-color: yellow;
     --text-theme-grey: black;
     --text-color-white: black;
     --text-color-whitesmoke: yellow;
     --bg-color-light-black: black;
     --text-color-light-black: yellow;
     --bg-light-black: yellow;
     --text-light-bg-black: black;
     --bg-color-whitesmoke: yellow;
     --text-color-bg-whitesmoke: #333333;
     --bg-color-whitesmoke-div: black;
     --text-color-bg-whitesmoke-div: yellow;
     --pdf-color-primary: yellow;
     --logo-green-text-color: yellow;
     --border-1-blind-theme-color: yellow;
     --border-2-blind-theme-color: yellow;
     --border-3-blind-theme-color: black;
     --background-color-white: yellow;
     --light-black-text-color-bg-white: #333333;
     --nav-bar-bg-color: #333333;
     --text-nav-bar-bg-color: yellow;
     --headingtext-nav-bar-bg-color: yellow;
     --navbar-bg-hover: #333333;
     --text-navbar-bg-hover: yellow;


     --bg-color-ab: yellow;
     --text-for-bg-color-ab: #000000;
     --dark-blue-color: yellow;

     --pdf-color-black-bg:yellow;
     --pdf-color-contrast-bg:black;
 }

 .dark2 {
     --background-color: black;
     --background-color-wf: black;
     --text-color-1: #ffffff;
     --text-color-2: #000000;
     --text-color-3: #ffffff;
     --text-theme-color: #3849A3;
     --text-theme-grey: #E7E7E7;
     --text-color-white: #ffffff;
     --text-color-whitesmoke: whitesmoke;
     --text-color-light-black: #333333;
     --pdf-color-primary: #F40F02;
     --logo-green-text-color: black;
 }