.app-text-heading {
    color: var(--color-text-primary);
    font-size: var(--font-size-heading);
    font-weight: var(--font-weight-heading);
    letter-spacing: -0.6px;
    line-height: 1.2;
}

.app-text-body {
    color: var(--color-text-secondary);
    font-size: var(--font-size-body);
    font-weight: var(--font-weight-regular);
}

.app-text-label {
    color: var(--color-text-label);
    font-size: var(--font-size-label);
    font-weight: var(--font-weight-medium);
}

.app-text-caption {
    color: var(--color-text-secondary);
    font-size: var(--font-size-caption);
    font-weight: var(--font-weight-regular);
}

.app-text-link {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.app-text-link:hover {
    color: var(--color-accent-hover);
}

.app-text-link:focus-visible {
    border-radius: 2px;
    outline: var(--focus-ring);
    outline-offset: 2px;
}

.app-text-brand {
    font-size: 24px;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 1.4px;
    line-height: 1;
}
