/**
 * fonts.css
 *
 * Thin redirect to the self-hosted webfont bundle. The actual @font-face
 * declarations live in shared/browser/libraries/fonts/fonts.css together
 * with the woff2 files. Existing pages that link `../assets/fonts.css`
 * keep working through this @import.
 *
 * No external CDN dependency. The bundle is served by the same Cloudflare
 * Pages origin so font loads do not touch fonts.gstatic.com.
 */

@import url('/shared/browser/libraries/fonts/fonts.css');
