/* finPOS theme — the terminal vendor's palette as CSS custom properties (--fp-*).

   The source of truth is `FINPOS` in brand.js, sampled from assets/enter-amount.jpg and
   assets/payment_method.jpg; the suite asserts these values match, so a change must land
   in both files. Deliberately OFF the Loop palette — same standing as the pin-screen
   capture. Use only on surfaces the device vendor owns (Enter Amount, Payment Method),
   never on a Loop-branded screen. */
:root{
  --fp-bar:#5C60A7;       /* Android status strip */
  --fp-header:#7B80C4;    /* app bar */
  --fp-bg:#FFFFFF;        /* amount field */
  --fp-field:#EBEBF3;     /* keypad ground */
  --fp-key:#FFFFFF;
  --fp-ink:#17181D;
  --fp-ink-soft:#8A8A94;  /* the dimmed currency prefix */
  --fp-cancel:#D2201F;
  --fp-proceed:#6B70B8;
  --fp-accent:#7FD3E8;    /* the sky-blue line-art illustrations */
}
