/* GENERATED FILE — do not edit by hand.
 *
 * Produced by website/build_tokens.py from gui/theme.py PALETTE and
 * webui/tokens.py DARK — the exact same tokens the shipping macOS app renders
 * with. Editing this file directly would let the website's brand drift away
 * from the product's. Change gui/theme.py and re-run:
 *
 *     python website/build_tokens.py
 *
 * App:      RenameWise
 * Tagline:  Names your files by what's inside.
 * Subtitle: Content-aware file renaming that never leaves your Mac.
 */


:root {
  --bg: #f5f7fb;
  --border: #e6eaf1;
  --border_strong: #d5dbe6;
  --brand: #2f65f4;
  --brand_disabled: #bcd0f8;
  --brand_hover: #2f5ad6;
  --brand_soft: #e9f0ff;
  --chip_border: #c9b8e8;
  --chip_soft: #f3eefb;
  --chip_text: #5b3d8f;
  --danger: #e0483a;
  --danger_soft: #fdeceb;
  --disabled_bg: #f2f5f9;
  --disabled_text: #9aa6ba;
  --down_border: #f0c4bf;
  --down_soft: #fdecea;
  --down_text: #c0392b;
  --hover: #eef2f9;
  --match_border: #f0d477;
  --match_soft: #fff6e0;
  --ok_border: #bfe6cd;
  --ok_soft: #e9f7ef;
  --ok_text: #1e7e42;
  --on_brand: #ffffff;
  --selected_border: #a9c6f7;
  --selected_soft: #eef4ff;
  --success_line: #2fa15a;
  --surface: #ffffff;
  --text: #1b2331;
  --text_faint: #656f80;
  --text_muted: #596373;
  --thumb_bg: #eef1f6;
  --toast_bg: #232a36;
  --toast_text: #ffffff;
  --warn_border: #ecd9a9;
  --warn_soft: #fff6e0;
  --warn_text: #9a6700;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #15181e;
    --border: #2b313d;
    --border_strong: #3a4250;
    --brand: #6f97ff;
    --brand_disabled: #3a4a6e;
    --brand_hover: #87a9ff;
    --brand_soft: #1e2a45;
    --chip_border: #4d3f73;
    --chip_soft: #2a2438;
    --chip_text: #c5b3ea;
    --danger: #ff7a6d;
    --danger_soft: #3a201d;
    --disabled_bg: #212630;
    --disabled_text: #6b7688;
    --down_border: #5e2f2a;
    --down_soft: #33201e;
    --down_text: #ff8a7d;
    --hover: #252b36;
    --match_border: #7a6520;
    --match_soft: #3a3018;
    --ok_border: #2f5a41;
    --ok_soft: #1c2f24;
    --ok_text: #6cd695;
    --on_brand: #15181e;
    --selected_border: #3f5c9e;
    --selected_soft: #1e2a45;
    --success_line: #4bbd7a;
    --surface: #1d212a;
    --text: #e7ebf2;
    --text_faint: #8590a2;
    --text_muted: #a2adbe;
    --thumb_bg: #252b36;
    --toast_bg: #e7ebf2;
    --warn_border: #5e4d22;
    --warn_soft: #332a16;
    --warn_text: #e8be5e;
  }
}

:root[data-theme="dark"] {
  --bg: #15181e;
  --border: #2b313d;
  --border_strong: #3a4250;
  --brand: #6f97ff;
  --brand_disabled: #3a4a6e;
  --brand_hover: #87a9ff;
  --brand_soft: #1e2a45;
  --chip_border: #4d3f73;
  --chip_soft: #2a2438;
  --chip_text: #c5b3ea;
  --danger: #ff7a6d;
  --danger_soft: #3a201d;
  --disabled_bg: #212630;
  --disabled_text: #6b7688;
  --down_border: #5e2f2a;
  --down_soft: #33201e;
  --down_text: #ff8a7d;
  --hover: #252b36;
  --match_border: #7a6520;
  --match_soft: #3a3018;
  --ok_border: #2f5a41;
  --ok_soft: #1c2f24;
  --ok_text: #6cd695;
  --on_brand: #15181e;
  --selected_border: #3f5c9e;
  --selected_soft: #1e2a45;
  --success_line: #4bbd7a;
  --surface: #1d212a;
  --text: #e7ebf2;
  --text_faint: #8590a2;
  --text_muted: #a2adbe;
  --thumb_bg: #252b36;
  --toast_bg: #e7ebf2;
  --warn_border: #5e4d22;
  --warn_soft: #332a16;
  --warn_text: #e8be5e;
}

:root[data-theme="light"] {
  --bg: #f5f7fb;
  --border: #e6eaf1;
  --border_strong: #d5dbe6;
  --brand: #2f65f4;
  --brand_disabled: #bcd0f8;
  --brand_hover: #2f5ad6;
  --brand_soft: #e9f0ff;
  --chip_border: #c9b8e8;
  --chip_soft: #f3eefb;
  --chip_text: #5b3d8f;
  --danger: #e0483a;
  --danger_soft: #fdeceb;
  --disabled_bg: #f2f5f9;
  --disabled_text: #9aa6ba;
  --down_border: #f0c4bf;
  --down_soft: #fdecea;
  --down_text: #c0392b;
  --hover: #eef2f9;
  --match_border: #f0d477;
  --match_soft: #fff6e0;
  --ok_border: #bfe6cd;
  --ok_soft: #e9f7ef;
  --ok_text: #1e7e42;
  --on_brand: #ffffff;
  --selected_border: #a9c6f7;
  --selected_soft: #eef4ff;
  --success_line: #2fa15a;
  --surface: #ffffff;
  --text: #1b2331;
  --text_faint: #656f80;
  --text_muted: #596373;
  --thumb_bg: #eef1f6;
  --toast_bg: #232a36;
  --toast_text: #ffffff;
  --warn_border: #ecd9a9;
  --warn_soft: #fff6e0;
  --warn_text: #9a6700;
}

