···2323 --color-base-100: oklch(98% 0.01 225);
2424 --color-base-200: oklch(95% 0.02 225);
2525 --color-base-300: oklch(92% 0.03 225);
2626+ /* Tilt body text toward the primary hue so it reads as deep ocean ink
2727+ rather than the auto-derived neutral gray. */
2828+ --color-base-content: oklch(30% 0.10 250);
2929+}
3030+3131+/* In light mode collapse the navbar logo to the primary font color so it
3232+ inherits --color-base-content from the link wrapper. Dark mode is left
3333+ alone so the native white-and-yellow palette shows through. */
3434+[data-theme="light"] .nav-brand-logo path {
3535+ fill: currentColor;
2636}
27372838@keyframes rock {