/**
 * UI Bridge Variables
 * Maps parent theme colors to child theme variables for easier maintenance.
 */

:root {
    /* Primary Theme Color */
    --twj-primary: #287DFA;
    --twj-primary-hover: #0b6efd;

    /* Backgrounds */
    --twj-card-bg: #ffffff;
    --twj-card-border: #e2e2e2;
    --twj-body-bg: #f8f9fa;

    /* Text */
    --twj-text-main: #222;
    --twj-text-muted: #555;
    --twj-text-dimmed: #777;

    /* Accents */
    --twj-accent-reason-bg: #ffe4c7;
    --twj-accent-reason-text: #b95b00;
    --twj-xhs-color: #ff2442;
}
