/* SocialMart typography — Bunny Fonts (ổn định hơn Google Fonts tại VN) */
@import url('https://fonts.bunny.net/css?family=be-vietnam-pro:400,500,600,700&display=swap');

:root {
  --font-sans: 'Be Vietnam Pro', 'Segoe UI', Roboto, 'Noto Sans', 'Helvetica Neue', Arial, sans-serif;
}

html {
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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