/*
 * Default Theme - Coral & Navy
 *
 * This is the default theme. No overrides needed as the base
 * variables in app.css already define these colors.
 *
 * This file exists for consistency and can be used as a template
 * for creating new themes.
 */

:root {
    /* Primary Color - Coral */
    --color-primary: #F26B4E;
    --color-primary-hover: #E05A3D;
    --color-primary-10: rgba(242, 107, 78, 0.1);
    --color-primary-30: rgba(242, 107, 78, 0.3);

    /* Secondary Color - Navy */
    --color-secondary: #1B2544;

    /* Accent Color - Yellow */
    --color-accent: #FBBF24;
}
