/* Pharmacy Program Color Themes */

/* Main Pharmacy Theme */
.pharmacy-theme {
    --primary: #6a0dad; /* Deep Purple */
    --secondary: #9370db; /* Medium Purple */
    --accent: #4caf50; /* Green */
    --dark-tone: #4b0082; /* Indigo */
    --light-tone: #f3e5f5; /* Light Purple */
}

/* Pharmaceutics Theme */
.pharmaceutics-theme {
    --primary: #6a0dad; /* Deep Purple */
    --secondary: #9370db; /* Medium Purple */
    --accent: #4caf50; /* Green */
    --dark-tone: #4b0082; /* Indigo */
    --light-tone: #f3e5f5; /* Light Purple */
}

/* Pharmacology Theme */
.pharmacology-theme {
    --primary: #3f51b5; /* Indigo */
    --secondary: #7986cb; /* Lighter Indigo */
    --accent: #ff9800; /* Orange */
    --dark-tone: #303f9f; /* Dark Indigo */
    --light-tone: #e8eaf6; /* Light Indigo */
}

/* Pharmaceutical Chemistry Theme */
.pharmaceutical-chemistry-theme {
    --primary: #673ab7; /* Deep Purple */
    --secondary: #9575cd; /* Medium Purple */
    --accent: #ffc107; /* Amber */
    --dark-tone: #512da8; /* Dark Purple */
    --light-tone: #ede7f6; /* Light Purple */
}

/* Pharmacognosy Theme */
.pharmacognosy-theme {
    --primary: #2e7d32; /* Green */
    --secondary: #66bb6a; /* Light Green */
    --accent: #9c27b0; /* Purple */
    --dark-tone: #1b5e20; /* Dark Green */
    --light-tone: #e8f5e9; /* Light Green */
}

/* Clinical Pharmacy Theme */
.clinical-pharmacy-theme {
    --primary: #c2185b; /* Pink */
    --secondary: #ec407a; /* Light Pink */
    --accent: #00bcd4; /* Cyan */
    --dark-tone: #880e4f; /* Dark Pink */
    --light-tone: #fce4ec; /* Light Pink */
}

/* Pharmaceutical Analysis Theme */
.pharmaceutical-analysis-theme {
    --primary: #0097a7; /* Cyan */
    --secondary: #4dd0e1; /* Light Cyan */
    --accent: #ff5722; /* Deep Orange */
    --dark-tone: #006064; /* Dark Cyan */
    --light-tone: #e0f7fa; /* Light Cyan */
}

/* Industrial Pharmacy Theme */
.industrial-pharmacy-theme {
    --primary: #455a64; /* Blue Grey */
    --secondary: #78909c; /* Light Blue Grey */
    --accent: #ff9800; /* Orange */
    --dark-tone: #263238; /* Dark Blue Grey */
    --light-tone: #eceff1; /* Light Blue Grey */
}