/**
 * Local, self-hosted @font-face declarations. Enqueued as its own
 * stylesheet by Theme\Support\Assets::enqueue_fonts() so font-loading
 * is never coupled to the compiled Tailwind bundle's cache-busting.
 *
 * Drop the actual .woff2 files into /assets/fonts/{family}/ and they're
 * picked up automatically — nothing else in the theme needs updating.
 */

@font-face {
  font-family: 'SVN-Product Sans';
  src: url('./svn-product-sans/svn-product-sans-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SVN-Product Sans';
  src: url('./svn-product-sans/svn-product-sans-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
