/* Cải thiện khoảng cách chữ, dòng và tiêu đề */
body {
    letter-spacing: 0.3px !important;
    line-height: 1.6 !important;
}

.bodytext {
    letter-spacing: 0.3px !important;
    line-height: 1.8 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
h1 {
    margin-bottom: 25px;
h2 {
    line-height: 1.4 !important;
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    margin-bottom: 20px;
}

h4 {
    line-height: 1.4 !important;
}
p {
    margin-bottom: 20px !important;
}

.bodytext p {
    margin-bottom: 20px !important;
}
/* Nhúng font Roboto từ Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
/* Áp dụng font Roboto cho toàn site */
body {
    font-family: 'Roboto', sans-serif !important;
}