@import url('../configs/font-faces.css');

:root {
  --ico-verde: #8DBF3E;
  --ico-azul: #0B4460;
  --ico-celeste: #459CD6;
  --overlay-color: #459CD6D1;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Avenir Next LT Pro', sans-serif; background-color: #fff; }
a { text-decoration: none; }


/* RT Fix 2026-06-16: Home B2B fondo general blanco */
.icofoods-dynamic-home.icofoods-home-business {
  background: #ffffff !important;
}

