/*
 * ABC Arizona Flare — the display face the card heading is set in, and the only family
 * `@daloopa/ui-kit` does not ship. The body face comes from the package.
 *
 * A <link>ed stylesheet rather than a bundled module: it is discoverable while the document
 * parses, so the heading's face is fetched before the bundle runs.
 */
@font-face {
  font-family: 'ABC Arizona Flare';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src:
    url('/fonts/ABCArizonaFlare-Light.woff2') format('woff2'),
    url('/fonts/ABCArizonaFlare-Light.woff') format('woff');
}
