/* Kit for Stripe — indigo-ink ledger on frosted glass */
/* Public URL: https://fonts.thundre.ai/kit/Stripe.css */

/* headline: Inter-Regular */
@font-face {
  font-family: 'Inter-Regular';
  src: url('https://fonts.thundre.ai/f/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-indigoink: #533afd;
  --color-indigohover: #7389ff;
  --color-midnightink: #061b31;
  --color-slate: #64748d;
  --color-steel: #50617a;
  --color-smoke: #839bc8;
  --color-purewhite: #ffffff;
  --color-mist: #f8fafd;
  --color-frost: #e5edf5;
  --color-lavenderborder: #b9b9f9;
  --color-lilacborder: #d6d9fc;
  --color-periwinklewash: #e8e9ff;
  --color-deepviolet: #182659;
  --color-amethystedge: #7f71e6;
}

:root {
  --font-headline: 'Inter-Regular', system-ui, sans-serif;
  --font-body: 'Inter-Regular', system-ui, sans-serif;
}