/* ============================================================
   GRAM · TOKENS PENDING UPSTREAM
   ============================================================

   Tokens this app needs that the Design System does not define yet.

   WHY THIS FILE IS SEPARATE
   -------------------------
   Every other file in `tokens/` is a byte-identical copy of the Design System's
   own, which is what lets `test_design_system.py` hash-compare them and shout
   when upstream moves. Adding our own declarations to those files would destroy
   that check. So local additions live here instead – visible, tiny, and
   obviously temporary.

   THESE ARE A TO-DO, NOT A HOME
   -----------------------------
   Each entry below should be pushed INTO the Design System's
   `tokens/colors.css` and then deleted from here. Until that happens the
   design system is not quite the whole truth, and this file is the honest
   record of by how much.

   Currently: 2 tokens.
   ============================================================ */

:root {
  /* The amber ramp upstream has 100/500/700, matching red and blue. The
     Registrations page needed two more steps for the "Awaiting verification"
     tag – a tint below 100 for its fill and a step between 100 and 500 for its
     hairline border. Both were invented in `app.css` as raw hex; these are the
     same values, promoted to tokens.
     Used ~19x, all in registreringar.css. */
  --amber-50:  #fdf6e3;
  --amber-200: #f0dcae;
}
