/* CashView - Minimal Custom Styles */

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

/* Utilitários que MudBlazor não cobre */
.mono-text {
    font-family: 'JetBrains Mono', monospace;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}
