:root {
  --mastercolor: rgb(3, 66, 142);
  --mastercolor25p:rgb(3 66 142 / 25%);
  --colorm1:#5875A0;
  --colorm2:#85A1C8;
  --colorm3:#9697C8;
  --mastercolor2:rgb(243, 101, 35);
  --mastercolor2_dk1:#c14f1a;
  --mastercolor2_d1:#F0DCD1;
  --mastercolor2_d2:#FFF6F1;
  --mastercolor2_d3:#68A4C8;
  --mastercolor2_d4:#F3A375;
  --mastercolor25p2:rgba(243, 101, 35, 0.25);
  --gray:#e8eef3;
  --gray1:#f0f0f0;
  --gray2:#7c7c7c;
  --gray3:#D7D7D7;
  --gray4:#494949;
  --gray5:#f1f1f1;
  --gray6:#E1E1E1;
  --gray7:#ced4da;
  --gray8:#DCE6F5;
  --darkGray:#495057;
  --light:#f8f9fb;
  --light1:#F8F8F8;
  --dark75p:rgb(57 57 57 / 75%);
  --light75p:rgb(183 183 183 / 75%);
  --green1: #39970C;
  --green2: #76FC93;
  --black:#000;
  --white:#fff;
  --logo-size:200px;
  --font-family1:'Poppins', sans-serif;
  --font-family2:"OpenSans", sans-serif;
  --font-family3:"Lato", sans-serif;

  --chart-success:#2EE1A1;
  --chart-danger:#FF3B3B;
  --chart-warning:#FFC75B;
  --chart-primary:#00B3E3;
  --chart-decline:#B7C700;
  --chart-pink:#D885A3;
  --chart-orange:#F76E11;
  --fw_normal:400;
  --fw_medium:500;
  --fw_bold:600;


}



@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Thin.ttf');
font-weight: 100;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-ExtraLight.ttf');
font-weight: 200;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Light.ttf');
font-weight: 300;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Regular.ttf');
font-weight: 400;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Medium.ttf');
font-weight: 500;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-SemiBold.ttf');
font-weight: 600;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Bold.ttf');
font-weight: 700;
}
@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Bold.ttf');
font-weight: 800;
}

@font-face {
font-family: 'Poppins';
font-style: normal;
src: url('../fonts/Poppins/Poppins-Black.ttf');
font-weight: 900;
}


