

/* ===== Vietnamese diacritics fix =====
   THE THOR's default font (Lato) has no U+1EA0-1EF9 precomposed Vietnamese
   glyphs, so tone marks render detached from their base letters.
   Force a system font stack that covers them. */
body,
input,
button,
textarea,
select,
.l-header,
.l-footer,
.widget,
.breadcrumb {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
