@tailwind base;
@tailwind components;
@tailwind utilities;

.hot-product {
  background: url(images/hot-product-bg.webp) no-repeat;
  background-size: cover;
}

.about-cover {
  background: url(images/about.webp) no-repeat;
  background-size: cover;
}

.news-cover {
  background: url(images/news.webp) no-repeat;
  background-size: cover;
}

.section2 {
  background: url(images/section2-bg.svg) no-repeat;
  background-size: cover;
}

.asection2 {
  background: url(images/section2-bg.svg) no-repeat;
  background-size: cover;
}
