/* GENERATED FILE - do not edit by hand.

   Source:    app/static/tokens.css
   Generator: tools/bloom_fallback_css.py   (re-run it after any token change)
   Contract:  BLOOM_REVAMP_SPEC.md §3.7

   The flat-sRGB fallback for browsers below the OKLCH floor. Linked by the
   three public surfaces only - landing, board and legal - because those are
   the pages a stranger reaches on whatever browser they already have. The
   signed-in app does not link it: it is behind a login, on the same evergreen
   baseline the rest of the program targets.

   Every value here is computed from the tokens, never typed. If you find
   yourself editing this file, you are editing the output of a script; change
   app/static/tokens.css and re-run the generator instead.
*/

@supports not (color: oklch(0% 0 0)) {
  :root {
    --color-paper: #fdf4f3;
    --color-paper-2: #fffbfa;
    --color-paper-3: #faeaea;
    --color-rule: #e2d3d3;
    --color-rule-soft: #efe4e3;
    --color-neutral: #5f5152;
    --color-muted: #4f4141;
    --color-ink: #281b1c;
    --color-accent: #972942;
    --color-accent-2: #652854;
    --color-on-accent: #fff6f5;
    --color-focus: #ad274d;
    --wash-blush: rgba(151, 41, 66, 0.22);
    --wash-plum: rgba(101, 40, 84, 0.15);
    --swatch-wine: #6a1e29;
    --swatch-black: #2c2424;
    --swatch-ivory: #f1ebdc;
    --swatch-camel: #c59c6f;
    --swatch-emerald: #007044;
    --swatch-cream: #ebe0cd;
    --swatch-navy: #1c3461;
    --swatch-spot: #422a14;
    --ink-on-dark: #eee1df;
    --ink-on-light: #453330;
    --bg: #fdf4f3;
    --surface: #fffbfa;
    --card: #fffbfa;
    --ink: #281b1c;
    --ink-body: #281b1c;
    --ink-soft: #4f4141;
    --ink-faint: #5f5152;
    --ink-ghost: #5f5152;
    --line: #efe4e3;
    --line-soft: #efe4e3;
    --card-line: #efe4e3;
    --chip-line: #e2d3d3;
    --photo-tile: #faeaea;
    --accent: #972942;
    --accent-soft: #cf9ba6;
    --accent-deep: #81273a;
    --accent-bg: #f3e2e4;
    --good: #215d3b;
    --warn: #764607;
    --bad: #90302e;
    --focus-ring: #ad274d;
    --color-panel: #fffbfa;
    --color-ink-2: #4f4243;
    --color-rule-2: #e2d3d3;
    --color-accent-deep: #81273a;
    --color-accent-ink: #fff6f5;
    --color-companion: #652854;
    --color-companion-2: #e3d5dc;
    --color-success: #215d3b;
    --color-error: #90302e;
  }
}
