<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:where(a):not(.no-background-link):not(.no-background-link a):not(a:has(img)) { background-image: linear-gradient(transparent 60%, var(--primary) 40%); background-size: 0% 100%; background-repeat: no-repeat; transition: background-size 0.3s ease-in-out; } :where(a):not(.no-background-link):not(.no-background-link a):not(a:has(img)):hover { color: var(--black); background-size: 100% 100%; } :where(a):not(.no-decoration-link):not(.no-decoration-link a):not(a:has(img)) { text-decoration: underline; text-underline-offset: 0.5rem; } strong { font-family: "Geist"; font-weight: 600; letter-spacing: var(--letter-tight); }</pre></body></html>