/* GENERATED by tools/generate_cabinet_tokens.py — do not edit. */

:root {
  --bg: #faf9f5;
  --bg-side: #f0eee6;
  --surface: #ffffff;
  --surface-2: #ece9de;
  --border: #e0ddd1;
  --text: #1f1e1d;
  --dim: #75726b;
  --accent: #d97757;
  --accent-hover: #c4623f;
  --accent-ink: #ffffff;
  --user-bubble: #f0eee6;
  --err: #b3564d;
  --err-bg: rgba(179, 86, 77, .09);
  --ok: #5b8a5e;
  --shadow: 0 2px 12px rgba(31, 30, 29, .07);
  --code-bg: #f4f2ec;
  --code-fg: #24292e;
  --code-border: #e6e3d8;
  --code-dim: #6a737d;
  --code-kw: #d73a49;
  --code-title: #6f42c1;
  --code-attr: #005cc5;
  --code-str: #032f62;
  --code-built: #e36209;
  --code-comment: #6a737d;
  --code-name: #22863a;
  --code-section: #005cc5;
  --code-bullet: #735c0f;
  --code-add-fg: #22863a;
  --code-add-bg: #f0fff4;
  --code-del-fg: #b31d28;
  --code-del-bg: #ffeef0;
  --radius: 12px;
  --font-serif: "Lora", Georgia, "Times New Roman", serif;
  --font-serif-alt: "Source Serif 4", Georgia, "Times New Roman", serif;
  font-size: 16px;
}

:root[data-theme="dark"] {
  --bg: #262624;
  --bg-side: #1f1e1d;
  --surface: #30302e;
  --surface-2: #3a3936;
  --border: #413f3c;
  --text: #eceae4;
  --dim: #a6a29a;
  --accent: #d97757;
  --accent-hover: #e08a6d;
  --accent-ink: #ffffff;
  --user-bubble: #3a3936;
  --err: #e38c7f;
  --err-bg: rgba(227, 140, 127, .12);
  --ok: #8fbf8f;
  --shadow: 0 2px 12px rgba(0, 0, 0, .35);
  --code-bg: #1f1e1d;
  --code-fg: #c9d1d9;
  --code-border: rgba(255,255,255,.09);
  --code-dim: #b7b4ae;
  --code-kw: #ff7b72;
  --code-title: #d2a8ff;
  --code-attr: #79c0ff;
  --code-str: #a5d6ff;
  --code-built: #ffa657;
  --code-comment: #8b949e;
  --code-name: #7ee787;
  --code-section: #1f6feb;
  --code-bullet: #f2cc60;
  --code-add-fg: #aff5b4;
  --code-add-bg: #033a16;
  --code-del-fg: #ffdcd7;
  --code-del-bg: #67060c;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]):not([data-theme="dark"]):not([data-theme="mix"]) {
    --bg: #262624;
    --bg-side: #1f1e1d;
    --surface: #30302e;
    --surface-2: #3a3936;
    --border: #413f3c;
    --text: #eceae4;
    --dim: #a6a29a;
    --accent: #d97757;
    --accent-hover: #e08a6d;
    --accent-ink: #ffffff;
    --user-bubble: #3a3936;
    --err: #e38c7f;
    --err-bg: rgba(227, 140, 127, .12);
    --ok: #8fbf8f;
    --shadow: 0 2px 12px rgba(0, 0, 0, .35);
    --code-bg: #1f1e1d;
    --code-fg: #c9d1d9;
    --code-border: rgba(255,255,255,.09);
    --code-dim: #b7b4ae;
    --code-kw: #ff7b72;
    --code-title: #d2a8ff;
    --code-attr: #79c0ff;
    --code-str: #a5d6ff;
    --code-built: #ffa657;
    --code-comment: #8b949e;
    --code-name: #7ee787;
    --code-section: #1f6feb;
    --code-bullet: #f2cc60;
    --code-add-fg: #aff5b4;
    --code-add-bg: #033a16;
    --code-del-fg: #ffdcd7;
    --code-del-bg: #67060c;
  }
}

:root[data-theme="mix"] {
  --bg: #faf9f5;
  --bg-side: #f0eee6;
  --surface: #ffffff;
  --surface-2: #ece9de;
  --border: #e0ddd1;
  --text: #1f1e1d;
  --dim: #75726b;
  --accent: #d97757;
  --accent-hover: #c4623f;
  --accent-ink: #ffffff;
  --user-bubble: #f0eee6;
  --err: #b3564d;
  --err-bg: rgba(179, 86, 77, .09);
  --ok: #5b8a5e;
  --shadow: 0 2px 12px rgba(31, 30, 29, .07);
  --code-bg: #f4f2ec;
  --code-fg: #24292e;
  --code-border: #e6e3d8;
  --code-dim: #6a737d;
  --code-kw: #d73a49;
  --code-title: #6f42c1;
  --code-attr: #005cc5;
  --code-str: #032f62;
  --code-built: #e36209;
  --code-comment: #6a737d;
  --code-name: #22863a;
  --code-section: #005cc5;
  --code-bullet: #735c0f;
  --code-add-fg: #22863a;
  --code-add-bg: #f0fff4;
  --code-del-fg: #b31d28;
  --code-del-bg: #ffeef0;
}

:root[data-palette="gray"] {
  --bg: #f7f7f8;
  --bg-side: #f0f0f2;
  --surface: #ffffff;
  --surface-2: #ececee;
  --border: #e2e2e5;
  --text: #1d1d1f;
  --dim: #6c6c72;
  --accent: #d97757;
  --accent-hover: #c4623f;
  --accent-ink: #ffffff;
  --user-bubble: #ececee;
  --err: #b3564d;
  --err-bg: rgba(179, 86, 77, .09);
  --ok: #5b8a5e;
  --shadow: 0 2px 12px rgba(0, 0, 0, .06);
  --code-bg: #f4f2ec;
  --code-fg: #24292e;
  --code-border: #e6e3d8;
  --code-dim: #6a737d;
  --code-kw: #d73a49;
  --code-title: #6f42c1;
  --code-attr: #005cc5;
  --code-str: #032f62;
  --code-built: #e36209;
  --code-comment: #6a737d;
  --code-name: #22863a;
  --code-section: #005cc5;
  --code-bullet: #735c0f;
  --code-add-fg: #22863a;
  --code-add-bg: #f0fff4;
  --code-del-fg: #b31d28;
  --code-del-bg: #ffeef0;
}

:root[data-palette="gray"][data-theme="dark"] {
  --bg: #1d1d1f;
  --bg-side: #171718;
  --surface: #29292b;
  --surface-2: #343436;
  --border: #3a3a3d;
  --text: #ececed;
  --dim: #9b9ba1;
  --accent: #d97757;
  --accent-hover: #e08a6d;
  --accent-ink: #ffffff;
  --user-bubble: #303032;
  --err: #e38c7f;
  --err-bg: rgba(227, 140, 127, .12);
  --ok: #8fbf8f;
  --shadow: 0 2px 12px rgba(0, 0, 0, .4);
  --code-bg: #1f1e1d;
  --code-fg: #c9d1d9;
  --code-border: rgba(255,255,255,.09);
  --code-dim: #b7b4ae;
  --code-kw: #ff7b72;
  --code-title: #d2a8ff;
  --code-attr: #79c0ff;
  --code-str: #a5d6ff;
  --code-built: #ffa657;
  --code-comment: #8b949e;
  --code-name: #7ee787;
  --code-section: #1f6feb;
  --code-bullet: #f2cc60;
  --code-add-fg: #aff5b4;
  --code-add-bg: #033a16;
  --code-del-fg: #ffdcd7;
  --code-del-bg: #67060c;
}

@media (prefers-color-scheme: dark) {
  :root[data-palette="gray"]:not([data-theme="light"]):not([data-theme="dark"]):not([data-theme="mix"]) {
    --bg: #1d1d1f;
    --bg-side: #171718;
    --surface: #29292b;
    --surface-2: #343436;
    --border: #3a3a3d;
    --text: #ececed;
    --dim: #9b9ba1;
    --accent: #d97757;
    --accent-hover: #e08a6d;
    --accent-ink: #ffffff;
    --user-bubble: #303032;
    --err: #e38c7f;
    --err-bg: rgba(227, 140, 127, .12);
    --ok: #8fbf8f;
    --shadow: 0 2px 12px rgba(0, 0, 0, .4);
    --code-bg: #1f1e1d;
    --code-fg: #c9d1d9;
    --code-border: rgba(255,255,255,.09);
    --code-dim: #b7b4ae;
    --code-kw: #ff7b72;
    --code-title: #d2a8ff;
    --code-attr: #79c0ff;
    --code-str: #a5d6ff;
    --code-built: #ffa657;
    --code-comment: #8b949e;
    --code-name: #7ee787;
    --code-section: #1f6feb;
    --code-bullet: #f2cc60;
    --code-add-fg: #aff5b4;
    --code-add-bg: #033a16;
    --code-del-fg: #ffdcd7;
    --code-del-bg: #67060c;
  }
}
