/* font import link  */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Root Variables */


:root {

  /* color variable  */

  --primary-color1: rgb(191, 235, 244);
  --primary-color2: rgb(128, 128, 128);
  --primary-color3: rgb(0, 0, 0);
  --primary-color4: rgb(255, 255, 255);
  --primary-color6: rgb(24, 96, 112);
  --primary-color7: rgb(17, 128, 155);
  --primary-color8: rgb(0, 173, 212);
  --primary-color9: rgb(68, 196, 225);
  --primary-color10: rgb(239, 219, 219);
  --primary-color11: rgb(108, 117, 125);
  --primary-color12: rgb(40, 148, 164);
  --primary-color13: rgb(0, 123, 139);
  --primary-color14: rgb(43, 43, 43);
  --primary-color15: rgb(153, 154, 157);
  --primary-color16: rgb(17, 128, 153);
  /* font variable  */

  --font-family1: "Open Sans", sans-serif;
}