/*
 * HS-UCR Implementation and Customization Specialist - Color Palette
 * Theme: Soft Dusty Rose
 */

:root {
    /* Body & Background */
    --bg-gradient-start: #b5838d;
    --bg-gradient-end: #9e6e78;

    /* Header */
    --header-start: #c496a0;
    --header-end: #b5838d;

    /* Primary Colors */
    --primary: #b5838d;
    --primary-dark: #9e6e78;
    --primary-light: #d9b8be;

    /* Button Colors */
    --quiz-btn: #b5838d;
    --quiz-btn-hover: #9e6e78;
    --knowledge-btn: #d9b8be;
    --knowledge-btn-hover: #c496a0;
}
