/* Global Typography Polish */
body, button, input, select, textarea {
    font-family: 'Tajawal', sans-serif;
}

/* Scrollbar polish */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #ccc; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #bbb; 
}
