/* Stripe reference tokens. */
@theme {
  --color-midnight-ink: #061b31;
  --color-slate-blue: #50617a;
  --color-ghost-gray: #64748d;
  --color-platinum-white: #ffffff;
  --color-porcelain-white: #f8fafd;
  --color-powder-blue: #e5edf5;
  --color-stone-gray: #d8d6df;
  --color-deep-violet: #533afd;
  --color-washed-violet: #b9b9f9;
  --color-soft-violet: #8087ff;
  --color-accent-green: #81b81a;
  --color-vibrant-orange: #ff6118;
  --color-sunburst-gradient: #ffbb00;
  --color-dreamy-gradient: #7f7dc8;
  --color-fuchsia-glow-gradient: #ff2ede;
  --spacing-radius-tags: 4px;
  --spacing-radius-cards: 6px;
  --spacing-radius-images: 4px;
  --spacing-radius-inputs: 4px;
  --spacing-radius-buttons: 4px;
  --spacing-elementgap: 8px;
  --spacing-sectiongap: 64px;
  --spacing-cardpadding: 12px;
  --radius-tags: 4px;
  --radius-cards: 6px;
  --radius-images: 4px;
  --radius-inputs: 4px;
  --radius-buttons: 4px;
}