/* =========================================================
   DIETMOIDANANG.VN
   TYPOGRAPHY.CSS
   Font tiếng Việt an toàn
   ========================================================= */


/* Toàn website */

html,
body {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/* =========================================================
   H1 - H6
   Không dùng DMSans nữa
   ========================================================= */

h1,
h2,
h3,
h4,
h5,
h6,

.wp-block-post-title,
.wp-block-heading,

.home-page-custom h1,
.home-page-custom h2,
.home-page-custom h3,
.home-page-custom h4,

.news-loop .wp-block-post-title,

.news-sidebar h2,
.news-sidebar h3,

.single-post-main .wp-block-post-title,
.single-post-content h2,
.single-post-content h3,
.single-post-content h4,

.single-latest-title,
.single-latest-posts .wp-block-post-title {

    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;

    font-style: normal;
}


/* H1 */

h1,
.wp-block-post-title {
    font-weight: 700;
}


/* H2 */

h2 {
    font-weight: 700;
}


/* H3 */

h3 {
    font-weight: 700;
}


/* Menu */

.wp-block-navigation,
.wp-block-navigation-item,
.wp-block-navigation-item__content {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/* Button */

button,
input,
select,
textarea,
.wp-element-button,
.home-btn {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
}


/* Tránh trình duyệt tự tạo font giả */

strong,
b {
    font-weight: 700;
}