/*
 * Design system primitives — raw color scales exported 1:1 from the Figma "Primitives" variable
 * collection (kebab-cased). This is Figma's palette, not a public API: app code (SCSS/HTML/TS) must
 * never reference a primitive directly — only semantic tokens from sharedien_light_theme.css, which
 * alias these. Static and non-swappable — loaded once in index.html, never part of the theme swap.
 */
:root {
  --amber-100: #2a2419ff;
  --amber-90: #3a3220ff;
  --amber-80: #b87a00ff;
  --amber-70: #dc9200ff;
  --amber-60: #ffaa02ff;
  --red-100: #2a1d1fff;
  --red-90: #3a2427ff;
  --red-80: #6c0101ff;
  --red-70: #fe1413ff;
  --red-60: #fe4a49ff;
  --red-50: #fe6867ff;
  --red-40: #fe8686ff;
  --red-30: #ffc3c2ff;
  --red-20: #ffe1e1ff;
  --red-10: #ffedediff;
  --green-100: #1c2620ff;
  --green-90: #22332aff;
  --green-80: #33834fff;
  --green-70: #44af69ff;
  --green-60: #5abf7dff;
  --green-50: #76ca93ff;
  --green-40: #91d4a8ff;
  --green-30: #addfbeff;
  --green-20: #c8ead4ff;
  --green-10: #eff8f2ff;
  --blue-100: #1b222cff;
  --blue-90: #22303fff;
  --blue-80: #006ad5ff;
  --blue-70: #0c85ffff;
  --blue-60: #3094ffff;
  --blue-50: #5eacffff;
  --blue-40: #8cc4ffff;
  --blue-30: #badbffff;
  --blue-20: #d1e7ffff;
  --blue-10: #eaf4ffff;
  --turquise-100: #002921ff;
  --turquise-90: #005243ff;
  --turquise-80: #007a64ff;
  --turquise-70: #00a386ff;
  --turquise-60: #00cca7ff;
  --turquise-50: #33d6b9ff;
  --turquise-40: #66e0caff;
  --turquise-30: #99ebdcff;
  --turquise-20: #ccf5edff;
  --turquise-10: #e0f9f4ff;
  --brand-100: #3094ffff;
  --brand-90: #47a0ffff;
  --brand-80: #5eacffff;
  --brand-70: #7bb8ffff;
  --brand-60: #8cc4ffff;
  --brand-50: #a3cfffff;
  --brand-40: #badbffff;
  --brand-30: #d1e7ffff;
  --brand-20: #d6eaffff;
  --brand-10: #eaf4ffff;
  --brand-shade-100: #22262dff;
  --brand-shade-90: #22303fff;
  --brand-shade-80: #002f5fff;
  --brand-shade-70: #003f7fff;
  --brand-shade-60: #004f9fff;
  --brand-shade-50: #005cbaff;
  --brand-shade-40: #006ad5ff;
  --brand-shade-30: #2a80dcff;
  --brand-shade-20: #0c85ffff;
  --brand-shade-10: #2792ffff;
  --amber-50: #ffb627ff;
  --amber-40: #ffc552ff;
  --amber-30: #ffe2a9ff;
  --amber-20: #fff0d4ff;
  --amber-10: #fff5e1ff;
  --white-100: #ffffffff;
  --white-90: #f9fafcff;
  --white-80: #f7f8faff;
  --white-70: #f4f5f7ff;
  --white-60: #ecedf3ff;
  --white-50: #dcdee3ff;
  --white-40: #babfc6ff;
  --white-30: #9aa0aaff;
  --white-20: #858b94ff;
  --white-10: #71767fff;
  --black-100: #121316ff;
  --black-90: #17181bff;
  --black-80: #1d1f23ff;
  --black-70: #23262aff;
  --black-60: #272b32ff;
  --black-50: #2d2f35ff;
  --black-40: #3a3e45ff;
  --black-30: #4e5565ff;
  --black-20: #5b6475ff;
  --black-10: #687286ff;
}
