html {
    font-size: 15px;
}

body {
    background-color: #f6f8fa;
    color: #212529;
    font-family: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
    font-size: 1.25rem;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(16, 24, 40, .08);
}

.stat-card .stat-value {
    font-size: 1.6rem;
    font-weight: 600;
}

.amount-expense {
    color: #dc3545;
}

.amount-income {
    color: #198754;
}

.category-dot {
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    margin-right: .35rem;
    vertical-align: middle;
}

.table > :not(caption) > * > * {
    padding: .55rem .6rem;
}
