h1 {
    font-size: 32px;
    font-weight: 700;
    color: var(--text-primary);
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-primary);
}

p {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
}

small {
    font-size: 12px;
    color: var(--text-muted);
}

label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
}