/* Wise Design reference tokens. */
@theme {
  --color-lime-volt: #87ea5c;
  --color-forest-ink: #083400;
  --color-volt-yellow: #ffea4b;
  --color-papaya: #ffbd89;
  --color-cotton-candy: #ffd5f0;
  --color-aubergine-night: #2a0831;
  --font-display: Inter, sans-serif;
  --font-sans: "Wise Sans", sans-serif;
}