/*
 * InterSystems CCR Technical Implementation Specialist - Color Palette
 * Theme: Soft Steel Blue
 */

:root {
    /* Body & Background */
    --bg-gradient-start: #6b8cae;
    --bg-gradient-end: #567692;

    /* Header */
    --header-start: #7d9bbe;
    --header-end: #6b8cae;

    /* Primary Colors */
    --primary: #6b8cae;
    --primary-dark: #567692;
    --primary-light: #a8c4db;

    /* Button Colors */
    --quiz-btn: #6b8cae;
    --quiz-btn-hover: #567692;
    --knowledge-btn: #a8c4db;
    --knowledge-btn-hover: #7d9bbe;
}
