/* Custom styles for Expense Tracker */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.card {
    border: none;
}

.navbar .nav-link {
    font-weight: 500;
}

.table td, .table th {
    vertical-align: middle;
}

@media (max-width: 768px) {
    .navbar .navbar-nav {
        text-align: center;
    }
}
