/*
 * PlayVia OS — Self-Hosted Fonts
 *
 * Uses bunny.net — a privacy-respecting, GDPR-compliant font CDN.
 * No Google tracking. No cookies. Same fonts, zero data collection.
 * Bunny.net is a Cloudflare-compatible CDN based in Europe.
 *
 * Fonts: Barlow Condensed (display) · DM Sans (body) · JetBrains Mono (stats)
 *
 * TO FULLY SELF-HOST (optional, for complete offline support):
 *   1. Run:  bash fonts/download-fonts.sh
 *   2. Commit the /fonts/ directory to your repo
 *   3. Replace the @import below with the @font-face declarations
 *      from css/fonts-selfhosted.css (included in the zip)
 */
@import url('https://fonts.bunny.net/css?family=barlow-condensed:500,600,700,700i|dm-sans:400,500,600,700|jetbrains-mono:400,500,600&display=swap');
