﻿/*Added By Amit on :09-July-2025 ---- FONT FACE STRAT----- */

@font-face {
    font-family: 'sst-medium';
    src: url('../fonts/SSTVietnamese-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'sst-light';
    src: url('../fonts/SSTVietnamese-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'sst-roman';
    src: url('../fonts/SSTVietnamese-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'sst-heavy';
    src: url('../fonts/SSTVietnamese-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'sst-bold';
    src: url('../fonts/SSTVietnamese-Bold.ttf') format('truetype');
}


/*---- END----- */
