@import url("fonts/nunito-sans/nunito-sans.css");
:root {
  --custom-color: #782952;
  --primary-color: #E6007E;
  --body-bg: #F2f2f2;
  --text-color: #1a1a1a;
  --header-bg: #ffffff;
  --header-color: #1a1a1a;
  --footer-top-bg: #782952;
  --footer-top-color: #ffffff;
  --footer-bottom-bg: #501B36;
  --footer-bottom-color: #ffffff;
  --font-family-sans-serif: "Nunito Sans", sans-serif !important;
  --border-radius: 20px;
  --border-radius-input: 25px;
  --shadow: 0 0 6px 0 rgba(0,0,0,0.15);

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


/* START *//* END */