:root {
    /* User Portal theme variables */
    --primary: 235 45% 24%;
    --accent: 34 94% 55%;
    --foreground: 235 45% 24%;
    --muted: 235 45% 95%;
    --muted-foreground: 235 45% 34%;
}

.admin-portal {
    /* Admin Portal theme variables */
    --ap-primary: 235 45% 24%;
    --ap-accent: 34 94% 55%;
    --ap-foreground: 235 45% 24%;
    --ap-muted: 235 45% 95%;
    --ap-muted-foreground: 235 45% 34%;
}