:root {
  /* --primary-color: #659c05; */
  /* --primary-color: #38897F; */
  --primary-color: #016481;
  --soft-teal-green: #4AA096;
  --grayish-green: #9BADAA26;
  --muted-teal-gray:#9BADAA;
  --teal-gray-shade:#677E7C33;
  --deep-steel-blue: #25445B;
  --slate-gray-blue: #4e7687a6;
  --light-blue: #d1e6f0;
  --light-blue-white: #fcfeff;
  --white: #ffffff;
  --dark: #000000;
  --dark-blue:#265a6f78;
  --cool-blue: #4e7687a6;
  --light-pastel-blue: #c0dfed;
  --light-sky-blue:#d2edf9;
  --light-gray: #505050d9;
  --transparent-gray:#26262680;
  --soft-sky-blue: #cdedf9;
  --pale-blue: #d6f2fc;
  --pale-gray:#efefef;
  --charcoal-blue: #2c323f;
  --off-white: #eee;
  --dark-gray:#333;
  --ash-gray:#677E7C;
  --soft-gray: #ccc;
  --mint-white: #f8fff4;
  --forest-green: #659c054d;
  --aqua-green: #62b3aa;
  --button-color: #FF9852;
  --semi-transparent-white: #ffffff99;
  --frosted-white: #ffffffb3;
  --transparent-light-blue: #a9e5fa00;
  --silver-gray: #cccccc;
  --mint-frost-light:#f8fffc61;
  --steel-teal: #265a6fb8;
  --olive-green:#2AB626;
  --slate-blue: #485957;
  /* --bright-green: #2AB626; */
  --dark-green: #2F9431;
  --icon-color: linear-gradient(#1C6F1E 0%, #2F9132 57%, #2AB626 100%);
  --ice-blue:#CDF0FC;
  --custom-card-hover: linear-gradient(
    180deg,
    #62B3AA 0%,
    #38897F 20%,
    #38897F 86%,
    #62B3AA 100%
  );
  --footer-color:#f8e5ba;
  --custom-card-color: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 50%, #A9E5FA 100%);
  --custom-background-one:linear-gradient(#CDF0FC 0%, #FFFFFF 100%);
  --custom-background-two:linear-gradient(#CFF0FB 0%, #FFFFFF 100%);
}
