*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    font-family: 'Inter', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Custom scrollbar — thin, navy thumb */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #1A1F3C;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3B5BDB;
}

/* Utility classes */
.muted-text {
    font-size: 0.75rem;
    color: #6B7280;
}

.warning-text {
    font-size: 0.75rem;
    color: #F59E0B;
}
