@tailwind base; @tailwind components; @tailwind utilities; :root { font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; } body { margin: 0; min-height: 100vh; } /* Custom scrollbar styling for similar faces container */ .similar-faces-scrollable { /* Firefox */ scrollbar-width: auto; scrollbar-color: #4B5563 #F3F4F6; } .similar-faces-scrollable::-webkit-scrollbar { /* Chrome, Safari, Edge */ width: 12px; } .similar-faces-scrollable::-webkit-scrollbar-track { background: #F3F4F6; border-radius: 6px; } .similar-faces-scrollable::-webkit-scrollbar-thumb { background: #4B5563; border-radius: 6px; border: 2px solid #F3F4F6; } .similar-faces-scrollable::-webkit-scrollbar-thumb:hover { background: #374151; } .role-permissions-scroll { scrollbar-width: auto; scrollbar-color: #1d4ed8 #e5e7eb; } .role-permissions-scroll::-webkit-scrollbar { width: 16px; height: 16px; background-color: #bfdbfe; } .role-permissions-scroll::-webkit-scrollbar-track { background: #bfdbfe; border-radius: 8px; } .role-permissions-scroll::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%); border-radius: 8px; border: 3px solid #bfdbfe; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }