:root{--primary:hsl(222 100% 60%);--primary-hover:hsl(222 100% 64%);--primary-strong:hsl(222 80% 50%);--primary-soft:hsl(222 100% 60% / 0.15);--primary-ring:hsl(222 100% 60% / 0.38);--accent:hsl(255 100% 70%);--accent-strong:hsl(252 85% 60%);}
html[data-theme="dark"]{--primary:hsl(222 100% 60%);--primary-hover:hsl(222 100% 64%);--primary-strong:hsl(222 80% 50%);--primary-soft:hsl(222 100% 60% / 0.15);--primary-ring:hsl(222 100% 60% / 0.38);--accent:hsl(255 100% 70%);--accent-strong:hsl(252 85% 60%);}
html[data-theme="light"]{--primary:hsl(222 85% 52%);--primary-hover:hsl(222 85% 57%);--primary-strong:hsl(222 80% 44%);--primary-soft:hsl(222 85% 52% / 0.12);--primary-ring:hsl(222 85% 52% / 0.30);--accent:hsl(255 80% 58%);--accent-strong:hsl(252 75% 50%);}
