@font-face {
    font-family: 'ThaiVNchuan';
    src: url('../fonts/thaivnchuan/THAIVNCHUAN.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ThaiTrangVN';
    src: url('../fonts/thaitrangvn/ThaiTrangVN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ThaiVNchuan {
    font-family: 'ThaiVNchuan', sans-serif !important;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #222;
}

.ThaiTrangVN {
    font-family: 'ThaiTrangVN', sans-serif !important;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #222;
}
