@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:wght@400;500;600;700&display=swap');

body, body * {
  font-family: "Wix Madefor Text", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important; /* Adjust weight as needed */
  font-style: normal !important;
}


* {
  border-color: #37393d !important;
}

/* Only target elements with non-zero border width */
*:not([style*="border-width: 0"]) {
  border-color: #37393d !important;
}

