:root {
    /* User Portal theme variables */
    --primary: 200 76% 48%;
    --accent: 31 89% 52%;
    --foreground: 200 93% 17%;
    --muted: 200 93% 95%;
    --muted-foreground: 200 93% 27%;
}

.admin-portal {
    /* Admin Portal theme variables */
    --ap-primary: 200 76% 48%;
    --ap-accent: 31 89% 52%;
    --ap-foreground: 200 93% 17%;
    --ap-muted: 200 93% 95%;
    --ap-muted-foreground: 200 93% 27%;
}