/* GENERATED by src/domain/brand/tokens.ts - do not edit by hand.
   Regenerate with: npm run brand:tokens
   Haba Mail brand guidelines v1.0, §4.1 core palette and §4.2 ten-step heat scale.

   ⚠️ HOTTER MEANS HEALTHIER. Green is NEW, not bad. Risk and failure never use the heat ramp:
   they use ash, which is solid ink plus a word and is not a colour in this file.

   ⚠️ Every use of the heat scale needs a SECOND CHANNEL - a step number, a word, a count or a
   position. Steps 01 and 04 are one point apart in greyscale. See §9 and
   test/brand-heat-scale.test.ts. */
:root {
  --brand-highlight: #f6a03b;
  --brand-glint: #ffd08a;
  --brand-ember: #e24a17;
  --brand-shade: #b8380d;
  --brand-base-lobes: #8f2a0a;
  --brand-stem: #5b8236;
  --brand-calyx: #3e5c24;
  --brand-ink: #1b1714;
  --brand-paper: #f6f2ec;
  --brand-card: #fbf8f4;
  --brand-body-grey: #6b6157;

  /* §11 type. Silkscreen is display only, never body, never off the 8px grid. */
  --brand-display: Silkscreen, monospace;
  --brand-sans: "IBM Plex Sans", system-ui, Helvetica, sans-serif;
  --brand-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;

  --heat-01-highlight: #a9c85a;
  --heat-01-glint: #dceba6;
  --heat-01-body: #7ba83a;
  --heat-01-shade: #4e7526;
  --heat-01-base: #2f4a16;
  --heat-02-highlight: #cbd05d;
  --heat-02-glint: #eaeead;
  --heat-02-body: #a2ae34;
  --heat-02-shade: #728320;
  --heat-02-base: #475714;
  --heat-03-highlight: #edd860;
  --heat-03-glint: #f8f1b4;
  --heat-03-body: #c9b32e;
  --heat-03-shade: #96901a;
  --heat-03-base: #5e6412;
  --heat-04-highlight: #f2bc4e;
  --heat-04-glint: #fce19f;
  --heat-04-body: #d67f23;
  --heat-04-shade: #a76414;
  --heat-04-base: #77470e;
  --heat-05-highlight: #f6a03b;
  --heat-05-glint: #ffd08a;
  --heat-05-body: #e24a17;
  --heat-05-shade: #b8380d;
  --heat-05-base: #8f2a0a;
  --heat-06-highlight: #f4993b;
  --heat-06-glint: #ffcb81;
  --heat-06-body: #d03d12;
  --heat-06-shade: #a32d0a;
  --heat-06-base: #772108;
  --heat-07-highlight: #f2913a;
  --heat-07-glint: #ffc677;
  --heat-07-body: #be2f0c;
  --heat-07-shade: #8e2207;
  --heat-07-base: #5e1705;
  --heat-08-highlight: #ec8a38;
  --heat-08-glint: #fcbf6f;
  --heat-08-body: #b72a0b;
  --heat-08-shade: #821c06;
  --heat-08-base: #531304;
  --heat-09-highlight: #e68336;
  --heat-09-glint: #f8b967;
  --heat-09-body: #af2409;
  --heat-09-shade: #771705;
  --heat-09-base: #480f03;
  --heat-10-highlight: #e07c34;
  --heat-10-glint: #f5b25f;
  --heat-10-body: #a81f08;
  --heat-10-shade: #6b1104;
  --heat-10-base: #3d0b02;
}
