/**
 * PJA Theme Tokens
 * Extracted from pixeljam/arcade/src/lib/design-system/themes.css
 * Provides [data-theme] custom properties consumed by pja-bridge.css
 */

[data-theme="lava"] {
    --ink: #bbbbbb;
    --muted: #888888;
    --one: #ff9900;
    --two: #f04f4a;
    --three: #00e1cf;
    --four: #65ac07;
    --paper-light: #616161;
    --paper-mid: #1c1f25;
    --paper-dark: #323232;
    --shade: #130902;
}

[data-theme="tv"] {
    --ink: #a2bac3;
    --muted: #6e7f86;
    --one: #1fff6a;
    --two: #ecb200;
    --three: #ff685d;
    --four: #608eff;
    --paper-light: #676d69;
    --paper-mid: #161616;
    --paper-dark: #393a38;
    --shade: #030102;
}

[data-theme="lcd"] {
    --ink: #b6efcc;
    --muted: #6b9c7b;
    --one: #b6efcc;
    --two: #6b9c7b;
    --three: #b6efcc;
    --four: #b6efcc;
    --paper-light: #265b3d;
    --paper-mid: #265b3d;
    --paper-dark: #6b9c7b;
    --shade: #162c24;
}

[data-theme="cyber"] {
    --ink: #dddddd;
    --muted: #999999;
    --one: #ed1dff;
    --two: #c5d941;
    --three: #ff9b0b;
    --four: #00ff9a;
    --paper-light: #6136ff;
    --paper-mid: #0f2a63;
    --paper-dark: #3a1b56;
    --shade: #121212;
}
