/* GENERATED from packages/ui/src/tokens.json by scripts/gen-tokens.mjs — do not edit by hand. */
:root {
  --bg: #f6f7fb;
  --surface: #ffffff;
  --surface-2: #f0f2f7;
  --border: #e6e8ef;
  --text: #0e1116;
  --text-2: #5b6271;
  --text-3: #8a91a1;
  --brand: #ff4d2e;
  --brand-2: #ff7a33;
  --brand-dark: #c93a1f;
  --brand-soft: #fff1ec;
  --accent: #0a2540;
  --ok: #119a59;
  --warn: #b66a00;
  --danger: #d8331f;
  --info: #1f6feb;
  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 20px;
  --shadow-1: 0 1px 2px rgba(15,20,35,.04), 0 1px 3px rgba(15,20,35,.06);
  --shadow-2: 0 6px 24px rgba(15,20,35,.10);
  --font: -apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,Inter,system-ui,sans-serif;
}
