/* Roboto Font for Vietnamese */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body,
button,
input,
select,
textarea,
.c-text-body,
.c-title,
.c-global-header__text,
.c-global-header__ui-text,
.c-button__body,
.c-form-text__input,
.c-label,
.c-price__main {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important; /* Giảm lại độ đậm mặc định */
  color: #222 !important; /* Đặt màu nhạt hơn một chút */
}

/* Đặt font-weight cụ thể cho các phần tử tiêu đề */
.c-title, h1, h2, h3, h4, h5, h6 {
  font-weight: 500 !important;
}

/* Đặt font-weight nhẹ hơn cho một số phần tử cụ thể */
input, select, textarea {
  font-weight: 400 !important;
}

/* Tăng cường hiển thị text tiếng Việt */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01em; /* Tăng khoảng cách chữ một chút */
}

/* Bỏ text-shadow vì làm font quá đậm */
/* Không cần bổ sung text-shadow nữa */
