@property --brand-color{syntax:"<color>";inherits:true;initial-value:#192d58}@property --brand-glow-opacity{syntax:"<number>";inherits:true;initial-value:.15}@keyframes accent-glow-breathe{0%,to{--brand-glow-opacity:.12}50%{--brand-glow-opacity:.18}}@keyframes accent-glow-breathe-dark{0%,to{--brand-glow-opacity:.2}50%{--brand-glow-opacity:.3}}accent-glow{background:linear-gradient(to bottom right, color-mix(in oklab, var(--brand-color) calc(var(--brand-glow-opacity) * 100%), transparent), transparent);transition:--brand-color .65s cubic-bezier(.2,.05,.33,1);animation:5s ease-in-out infinite accent-glow-breathe}html.dark accent-glow{animation-name:accent-glow-breathe-dark}@media (prefers-reduced-motion:reduce){accent-glow{--brand-glow-opacity:.15;animation:none}html.dark accent-glow{--brand-glow-opacity:.25}}
