/* Tiếng Việt: ưu tiên font hệ thống hỗ trợ dấu, Roboto (có subset Vietnamese từ Google Fonts css2) */
html {
    -webkit-locale: "vi-VN";
}

body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
p, a, span, li, label,
.section__title,
.contact-title,
.blog__title,
.header-menu-area {
    font-family: "Segoe UI", Roboto, Tahoma, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
}
