/* فونت وزیرمتن */
@font-face {
    font-family: 'Vazirmatn';
    src: url('Vazirmatn-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* فونت شبنم */
@font-face {
    font-family: 'Shabnam';
    src: url('Shabnam.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* نمونه استفاده */
body {
    font-family: 'Vazirmatn', 'Shabnam', sans-serif;
}
