@font-face {
  font-family: "Noto Sans Lao";
  src: url("../fonts/NotoSansLao-Regular.75a78b7d083f.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans Lao";
  src: url("../fonts/NotoSansLao-Bold.a82aa2a9d86f.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html, body, button, input, textarea, select, table {
  font-family: "Noto Sans Lao", sans-serif;
}

.navbar-brand {
  font-weight: 700;
}

.card-title {
  font-weight: 700;
}

/* POS product grid */
.product-img {
  height: 110px;
  width: 100%;
  object-fit: cover;
}

.product-img-placeholder {
  height: 110px;
  width: 100%;
  background: #f5f5f5;
}

.product-card {
  transition: transform 0.06s ease-in-out;
}

.product-card:hover {
  transform: scale(1.01);
}

.receipt {
  max-width: 520px;
  margin: 0 auto;
}

@media print {
  .no-print { display: none !important; }
  body { background: #fff !important; }
  .receipt { max-width: 100% !important; }
}
