/**
 * Readable typography — Blinkit / large-brand scale (mobile-first)
 */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1218;
}
@media (min-width: 1024px) {
  html {
    font-size: 17px;
  }
}
.app-main {
  font-size: 1rem;
}
.page-breadcrumb,
.product-breadcrumb {
  font-size: 0.8125rem !important;
}
.section-title {
  font-size: 1.125rem !important;
}
@media (min-width: 1024px) {
  .section-title {
    font-size: 1.25rem !important;
  }
}