:root{--color-primary: 55 114 255;--color-secondary: 40 51 83;--color-primary-content: 255 255 255}.theme-indigo{--color-primary: 55 114 255;--color-secondary: 40 51 83}.theme-emerald{--color-primary: 16 185 129;--color-secondary: 6 78 59}.theme-sunset{--color-primary: 244 63 94;--color-secondary: 76 5 25}.theme-midnight{--color-primary: 99 102 241;--color-secondary: 30 27 75}body{transition:background-color .3s ease,color .3s ease}body{background-color:#fff;color:#1e1e1e;font-family:Poppins,sans-serif}.dark body{background-color:#0f0f0f;color:#f8fafc}h1,h2,h3,h4,h5,h6{font-family:'"Bricolage Grotesque"',sans-serif;color:rgb(var(--color-secondary));transition:color .3s ease}.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6{color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f8fafc}.dark ::-webkit-scrollbar-track{background:#0f0f0f}::-webkit-scrollbar-thumb{background:rgb(var(--color-secondary));border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:rgb(var(--color-primary))}.custom-scrollbar::-webkit-scrollbar{width:4px}.animate-fade-in{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.bg-brand-primary{background-color:rgb(var(--color-primary));color:rgb(var(--color-primary-content))}.text-brand-primary{color:rgb(var(--color-primary))}.border-brand-primary{border-color:rgb(var(--color-primary))}
