﻿@font-face {
    font-family: 'MarkaziText';
    src: url('../fonts/MarkaziText-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'MarkaziText';
    src: url('../fonts/MarkaziText-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'MarkaziText';
    src: url('../fonts/MarkaziText-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'MarkaziText';
    src: url('../fonts/MarkaziText-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}




@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/SVN-TimesNewRoman.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/SVN-TimesNewRomanBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/* Sử dụng chung */
body {
    font-family: 'MarkaziText', serif;
}
