/**
 * @file fonts.css
 * Chattanooga.Digital — typography stack (recipe 01)
 *
 * ───────────────────────────────────────────────────────────────────────────
 * Loaded from Bunny Fonts — privacy-respecting, GDPR-friendly Google Fonts
 * mirror with no logging or cookies. https://fonts.bunny.net
 *
 * Fonts:
 *   - Inter         — body & UI       (weights 400–800)
 *   - Fraunces      — editorial serif (variable: opsz + SOFT axes)
 *   - JetBrains Mono — code / technical (weights 400–600)
 *
 * Reproduction guide: docs/RECIPE-01-BRANDING.md §3
 * ───────────────────────────────────────────────────────────────────────────
 */

@import url("https://fonts.bunny.net/css?family=fraunces:400,500,600,700,800,900|inter:400,500,600,700,800|jetbrains-mono:400,500,600&display=swap");
