/*
 * HL7 Interface Specialist - Color Palette
 * Theme: Deep Teal
 */

:root {
    /* Body & Background */
    --bg-gradient-start: #00897b;
    --bg-gradient-end: #00695c;

    /* Header */
    --header-start: #26a69a;
    --header-end: #00897b;

    /* Primary Colors */
    --primary: #00897b;
    --primary-dark: #00695c;
    --primary-light: #4db6ac;

    /* Button Colors */
    --quiz-btn: #00897b;
    --quiz-btn-hover: #00695c;
    --knowledge-btn: #4db6ac;
    --knowledge-btn-hover: #26a69a;
}
