:root {
    /* User Portal theme variables */
    --primary: 122 45% 38%;
    --accent: 205 70% 45%;
    --foreground: 122 40% 12%;
    --muted: 122 25% 93%;
    --muted-foreground: 122 20% 35%;
}

.admin-portal {
    /* Admin Portal theme variables */
    --ap-primary: 122 45% 38%;
    --ap-accent: 205 70% 45%;
    --ap-foreground: 122 40% 12%;
    --ap-muted: 122 25% 93%;
    --ap-muted-foreground: 122 20% 35%;
}