/* Classification: Confidential - Property of in3 NL B.V. - Unauthorized distribution is prohibited. */
/* in3 online production-style theme for the static checkout demo.
   The real checkout normally receives these tenant values from
   ./api/asset/checkout.css. The static demo has no backend, so we bundle the
   in3 tenant colors locally instead of falling back to the iDEAL magenta theme. */
:root {
  --brand: #102f76;
  --brand-foreground: #fff;
  --brand-muted: #c9d6ee;
  --brand-background: #eef5f7;

  --background: #eef5f7;
  --background-foreground: #101828;

  --accent-one: #102f76;
  --accent-one-foreground: #fff;
  --accent-two: #33ebc7;
  --accent-two-foreground: #101828;

  --confetti-right: #102f76;
  --confetti-right-muted: #c9d6ee;
  --confetti-left: #33ebc7;
  --confetti-left-muted: #d8fbf3;
}
