@import url('https://fonts.googleapis.com/css2?family=DM+Sans&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* :root {
  --bs-font-sans-serif: 'Inter', sans-serif !important;
} */

* {
  font-family: 'Inter', sans-serif !important;
}

.wineBg {
  background-color: #8A0A2B !important;
}

.wineColor {
  color: #8A0A2B !important;
}

.indigoColor {
  color: #7E3AF2;
}

.img-fluid {
  height: 70px;
  object-fit: contain;
}