/* StackGain Cashback Core System - Custom Styles */

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

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

code {
    font-size: 0.85em;
    color: #6f42c1;
}

.card {
    border-radius: 0.5rem;
}

.table th {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

footer {
    border-top: 1px solid #dee2e6;
}