:root{
--p-bg:#0f1115;
--card:#1a1714e6;
--muted:#718096;
--p-text:#eef2f7;
--brand:#353a3e;
--border:rgba(255,255,255,.08);
--focus:rgba(255,255,255,.22);
--radius:16px;
}
/* Font cycling animation */
@keyframes font-rotate {
0%, 16% {
font-family: Inter, system-ui, -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
20%, 36% {
font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;