/**
 * Vietnamese UI: Be Vietnam Pro covers full Latin + Vietnamese so diacritics
 * match base letters (avoids mixed fallback with Inter-only subsets).
 * Loaded only on Vietnamese routes / ?lang=vi (see landing-chrome.js).
 */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;500;600;700;800&display=swap");

html[lang="vi"],
html[lang^="vi-"] {
  --font-main: "Be Vietnam Pro", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", sans-serif;
  --font-serif: "Be Vietnam Pro", "Inter", system-ui, sans-serif;
}
