@import url("fonts/poppins/poppins.css");
:root {
  --custom-color: #2CA4AA;
  --primary-color: #024d6d;
  --body-bg: #f0f2f5;
  --text-color: #1C1C28;
  --header-bg: #ffffff;
  --header-color: #1C1C28;
  --footer-top-bg: #17B3B2;
  --footer-top-color: #1C1C28;
  --footer-bottom-bg: #ffffff;
  --footer-bottom-color: #1C1C28;
  --font-family-sans-serif: "Poppins", sans-serif !important;
  --border-radius: 8px;
  --border-radius-input: 24px;
  --shadow: 0 0 0 2px #f4f0f5;

  --disruption-color: #E1001A;
  --hover-color: #f4f0f5;
  --menu-bg: #ffffff;
  --background-image-left: url("/uploads/illustration_left_4_5a6c5ecf99.svg");
  --background-image-right: url("/uploads/illustration_right_4_ec81bb81ae.svg");
  --background-image-footer: url("/assets/images/fallback-img.svg");
}


/* START *//* END */