@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

h1, .page-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

h2, .section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

h3, .card-title {
    font-size: 20px;
    font-weight: 600;
}

.stat-number {
    font-size: 38px;
    font-weight: 700;
}

.text-body {
    font-size: 15px;
    font-weight: 400;
}

.text-small {
    font-size: 13px;
    font-weight: 400;
}

.text-muted {
    color: var(--text-muted);
}

.text-secondary {
    color: var(--text-secondary);
}

.text-primary {
    color: var(--text-primary);
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 20px;
        line-height: 1.2;
    }
}
