@font-face {
    font-family: 'Vazirmatn';
    src: url('/assets/custom/fonts/Vazirmatn-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('/assets/custom/fonts/Vazirmatn-Bold.ttf') format('truetype');
    font-weight: 700;
}

html, body, input, textarea, select, button {
    font-family: 'Vazirmatn', Tahoma, Arial, sans-serif !important;
}
/* Client portal top nav icons */
#nav li a[href$="open.php"]::before {
    content: "🎫 ";
}

#nav li a[href$="tickets.php"]::before {
    content: "📌 ";
}

#nav li a[href*="kb/"]::before,
#nav li a[href$="kb/index.php"]::before,
#nav li a[href$="kb/faq.php"]::before {
    content: "📚 ";
}

#nav li a[href*="login"]::before,
#nav li a[href*="profile"]::before {
    content: "👤 ";
}

#nav li a::before {
    margin-left: 6px;
}
