:root {
    /* User Portal theme variables */
    --primary: 203 100% 39%;
    --accent: 211 69% 27%;
    --foreground: 0 0% 0%;
    --muted: 0 0% 95%;
    --muted-foreground: 0 0% 10%;
}

.admin-portal {
    /* Admin Portal theme variables */
    --ap-primary: 203 100% 39%;
    --ap-accent: 211 69% 27%;
    --ap-foreground: 0 0% 0%;
    --ap-muted: 0 0% 95%;
    --ap-muted-foreground: 0 0% 10%;
}