/**
 * Font Lotte Mart — Roboto thẳng (không nghiêng).
 * Load sau 837a3246765098c0.css để ghi đè font hash Next.js.
 */

/* Map font hash lottemart.vn → Roboto hệ thống (từ Google Fonts) */
@font-face {
  font-family: __ROBOTO_04b26a;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local('Roboto');
}

@font-face {
  font-family: __ROBOTO_Fallback_04b26a;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local('Arial');
}

:root,
.__variable_04b26a {
  --font-roboto: Roboto, Arial, sans-serif;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html,
body,
#app {
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-synthesis: none;
}

em,
i,
cite,
address {
  font-style: normal;
}

.lotte-mart-layout,
.__className_04b26a {
  font-family: Roboto, Arial, sans-serif;
  font-style: normal;
  font-synthesis: none;
}

/* Toàn bộ chữ trong Lotte — không nghiêng */
.lotte-mart-layout :where(
  p, span, a, button, label, h1, h2, h3, h4, h5, h6,
  li, td, th, div, input, textarea, select, option
) {
  font-family: inherit;
  font-style: normal !important;
  font-synthesis: none;
}

.lotte-bottom-nav .lotte-nav-label {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  font-style: normal !important;
}


