/* Font tiếng Việt — Be Vietnam Pro + fallback hệ thống */
:root {
  --font: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --mono: ui-monospace, "Cascadia Mono", "Segoe UI Mono", Consolas, monospace;
}

body {
  font-family: var(--font);
}

code, .mono, .input.mono {
  font-family: var(--mono);
}
