* {
    letter-spacing: 0;
}

body {
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.login-bg {
    background:
        radial-gradient(circle at top, rgba(30, 41, 59, 0.55), transparent 32rem),
        #0f172a;
}

.table-scroll {
    overflow-x: auto;
}

.table-scroll table {
    min-width: 900px;
}

.stat-card {
    border-radius: 0.5rem;
    border: 1px solid rgb(226 232 240);
    background: white;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
