/*
 * IRIS System Administration Specialist - Color Palette
 * Theme: Soft Slate Blue
 */

:root {
    /* Body & Background */
    --bg-gradient-start: #78909c;
    --bg-gradient-end: #607d8b;

    /* Header */
    --header-start: #90a4ae;
    --header-end: #78909c;

    /* Primary Colors */
    --primary: #78909c;
    --primary-dark: #607d8b;
    --primary-light: #b0bec5;

    /* Button Colors */
    --quiz-btn: #78909c;
    --quiz-btn-hover: #607d8b;
    --knowledge-btn: #b0bec5;
    --knowledge-btn-hover: #90a4ae;
}
