﻿@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/fonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700;
}

/* فونت پیش‌فرض برای کل برنامه */
body, input, button, select, textarea {
    font-family: 'Vazirmatn', sans-serif !important;
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(240, 240, 240, 0.4); /* خاکستری شفاف */
    backdrop-filter: blur(3px); /* تار کردن */
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
