/* management/static/css/styles.css */ @font-face { font-family: 'Vazirmatn'; src: url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.0.3/fonts/web/eot/Vazirmatn-Regular.eot') format('eot'), url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.0.3/fonts/web/woff2/Vazirmatn-Regular.woff2') format('woff2'), url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.0.3/fonts/web/woff/Vazirmatn-Regular.woff') format('woff'), url('https://cdn.jsdelivr.net/gh/rastikerdar/vazirmatn@v33.0.3/fonts/web/ttf/Vazirmatn-Regular.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap; } body { font-family: 'Vazirmatn', sans-serif; } /* Custom styles for the configs list */ #configs-list li:hover { background-color: #f1f5f9; transition: background-color 0.2s ease-in-out; }