/* 
   ACODEM - Premium Design System
   Note: Core styling is handled via Tailwind CSS in index.html 
*/

:root {
    --acodem-blue: #0ea5e9;
    --acodem-dark: #020617;
}

/* Custom transitions or overrides if needed */
.transition-smooth {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
