@font-face {
    font-family: 'Vazir';
    src: url('/fonts/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Vazir', sans-serif;
}
.logo-textV {
    font-family: 'Vazir', Tahoma, sans-serif;
    font-size: 15px;
    font-weight: bold;
    
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2); /* سایه ملایم */
}
