@import url('../assets/fonts/inter/inter.css');
@import url('../assets/fonts/material-symbols/material-symbols.css');

/* Load Vazirmatn from project root @font folder (project-root/@font) */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../../@font/vazirmatn/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../../@font/vazirmatn/Vazirmatn-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../../@font/vazirmatn/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Vazirmatn';
    src: url('../../@font/vazirmatn/Vazirmatn-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Utility classes for explicit usage */
.font-vazir-regular { font-family: 'Vazirmatn', 'Inter', sans-serif; font-weight: 400; }
.font-vazir-medium  { font-family: 'Vazirmatn', 'Inter', sans-serif; font-weight: 500; }
.font-vazir-bold    { font-family: 'Vazirmatn', 'Inter', sans-serif; font-weight: 700; }
.font-vazir-black   { font-family: 'Vazirmatn', 'Inter', sans-serif; font-weight: 900; }

body {
    font-family: 'Vazirmatn', 'Inter', sans-serif;
}

