/* Local Persian Font Definitions (Vazirmatn) */
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Black.woff2') format('woff2'),
         url('../fonts/Vazirmatn-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Global Font & Brand Colors Override */
:root {
    --font-family: 'Vazirmatn', 'Vazir', 'IRANSans', 'Yekan Bakh', Tahoma, system-ui, -apple-system, sans-serif !important;
    --brand-teal: #0F3832;
    --brand-teal-light: #1A4D45;
    --brand-teal-dark: #092622;
    --brand-rose: #E58385;
    --brand-rose-dark: #D96B6E;
    --brand-rose-light: #FBF0F1;
}

body, button, input, select, textarea, .fi-body, .fi-sidebar, .fi-topbar, .fi-header-heading {
    font-family: 'Vazirmatn', 'Vazir', 'IRANSans', 'Yekan Bakh', Tahoma, system-ui, -apple-system, sans-serif !important;
}

.text-brand-teal { color: #0F3832; }
.bg-brand-teal { background-color: #0F3832; }
.text-brand-rose { color: #D96B6E; }
.bg-brand-rose { background-color: #E58385; }
.border-brand-teal { border-color: #0F3832; }
.border-brand-rose { border-color: #E58385; }
