/* Änderungsprotokoll: 2026-07-06 | subagent-run-ui-phpunit-tests | @skill-css-rules, @skill-change-provenance | Standard-Links für Auth-Screens */
.base-link-standard {
    color: var(--color-brand-primary);
    text-decoration: none;
    font-family: var(--font-family-primary);
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.base-link-standard:hover {
    color: var(--color-brand-secondary);
    text-decoration: underline;
}
