/*
 * Self-hosted Vinila Black Oblique (italic, weight 900), used for the Klarna
 * hero title. Previously loaded from the Adobe Fonts (Typekit) kit zts0zoi.
 * Files live in stitch/static/fonts/ and are served from the site root.
 */
@font-face {
  font-family: 'vinila';
  src:
    url('/fonts/vinila-black-oblique.woff2') format('woff2'),
    url('/fonts/vinila-black-oblique.woff') format('woff');
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
}
